Skip to content

Commit

Permalink
fix(ci): download and extract boost
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jan 15, 2022
1 parent 14ee47a commit 200e3ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action-install-windows.bat
@@ -1,4 +1,10 @@
setlocal
set boost_version=1_76_0
aria2c https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_%boost_version%.7z -d C:\Libraries
pushd C:\Libraries
7z x boost_%boost_version%.7z
popd C:\Libraries
set BOOST_ROOT=C:\Libraries\boost_%boost_version%

call action-build-boost.bat
if errorlevel 1 goto error
Expand Down

0 comments on commit 200e3ec

Please sign in to comment.