Skip to content

Commit

Permalink
Set BOOST_ROOT to BOOST_ROOT_1_69_0 in Azure Windows job
Browse files Browse the repository at this point in the history
One of the recent updates to the agent images used on Azure removed BOOST_ROOT variable: actions/runner-images@e91f213, however it is needed by the CMake Boost finder scripts.
  • Loading branch information
taketwo committed Apr 9, 2020
1 parent 51122e4 commit 1a08837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/azure-pipelines/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- script: set
displayName: 'Print Environment Variables'
- script: |
echo ##vso[task.setvariable variable=BOOST_ROOT]%BOOST_ROOT_1_69_0%
echo ##vso[task.prependpath]%BOOST_ROOT%\lib
displayName: 'Update System PATH'
- script: |
Expand Down

0 comments on commit 1a08837

Please sign in to comment.