We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e93f6 commit cdd6ec5Copy full SHA for cdd6ec5
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
run: curl -L https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz | tar zx && echo "BOOST_ROOT=$PWD/boost_1_72_0" > $GITHUB_ENV
16
- name: Set Boost Environment
17
if: ${{ matrix.os == 'windows-latest' }}
18
- run: echo ("BOOST_ROOT=" + boost_1_72_0) >> $env:GITHUB_ENV
+ run: echo ("BOOST_ROOT=" + $env:BOOST_ROOT_1_72_0) >> $env:GITHUB_ENV
19
- name: configure
20
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
21
- name: build
0 commit comments