We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f078e8 commit 4ae0712Copy full SHA for 4ae0712
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
run: sudo apt-get install libboost-all-dev
16
- name: Set Boost on Windows
17
if: matrix.os == 'windows-latest'
18
- run: echo "::set-env name=BOOST_ROOT::$env:BOOST_ROOT_1_72_0"
+ run: echo ("BOOST_ROOT=" + $env:BOOST_ROOT_1_72_0) >> $env:GITHUB_ENV
19
- name: install Boost on MacOS
20
if: matrix.os == 'macos-latest'
21
run: brew install boost
0 commit comments