Skip to content

Commit cdd6ec5

Browse files
fix syntax error
1 parent e7e93f6 commit cdd6ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
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
1616
- name: Set Boost Environment
1717
if: ${{ matrix.os == 'windows-latest' }}
18-
run: echo ("BOOST_ROOT=" + boost_1_72_0) >> $env:GITHUB_ENV
18+
run: echo ("BOOST_ROOT=" + $env:BOOST_ROOT_1_72_0) >> $env:GITHUB_ENV
1919
- name: configure
2020
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
2121
- name: build

0 commit comments

Comments
 (0)