bump boost version on windows CI in order to have boost-build work with the newer msvc
This commit is contained in:
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
@ -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
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user