bump boost version on windows CI in order to have boost-build work with the newer msvc

This commit is contained in:
arvidn
2022-02-26 18:11:25 +01:00
committed by Arvid Norberg
parent 019fcc32bf
commit d8c4747545
8 changed files with 24 additions and 24 deletions

View File

@ -58,7 +58,7 @@ jobs:
if: runner.os == 'Windows'
shell: cmd
run: |
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.72.0 https://github.com/boostorg/boost.git
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.78.0 https://github.com/boostorg/boost.git
cd boost
bootstrap.bat
@ -114,4 +114,4 @@ jobs:
if: runner.os != 'Windows'
run: |
cd bindings/python
python3 test.py
python3 test.py

View File

@ -33,7 +33,7 @@ jobs:
- name: install boost
run: |
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.72.0 https://github.com/boostorg/boost.git
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.78.0 https://github.com/boostorg/boost.git
cd boost
bootstrap.bat