Skip to content

Commit 4ae0712

Browse files
fix github action
1 parent 1f078e8 commit 4ae0712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: sudo apt-get install libboost-all-dev
1616
- name: Set Boost on Windows
1717
if: matrix.os == 'windows-latest'
18-
run: echo "::set-env name=BOOST_ROOT::$env:BOOST_ROOT_1_72_0"
18+
run: echo ("BOOST_ROOT=" + $env:BOOST_ROOT_1_72_0) >> $env:GITHUB_ENV
1919
- name: install Boost on MacOS
2020
if: matrix.os == 'macos-latest'
2121
run: brew install boost

0 commit comments

Comments
 (0)