Skip to content

Commit

Permalink
ci update boost -> 1.87
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Jan 2, 2025
1 parent 8e776fa commit 134e9b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
fail-fast: false
matrix:
os: [windows-2019]
boost-version: [1.84.0]
boost-version_: [1_84_0]
boost-version: [1.87.0]
boost-version_: [1_87_0]
boost-modules: [--with-iostreams]
include:
- toolset: vc143
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Install dependencies on windows
if: steps.cache-boost.outputs.cache-hit != 'true'
run: |
Invoke-WebRequest -Uri https://boostorg.jfrog.io/artifactory/main/release/${{matrix.boost-version}}/source/boost_${{matrix.boost-version_}}.7z -outfile boost.7z
Invoke-WebRequest -Uri https://archives.boost.io/release/${{matrix.boost-version}}/source/boost_${{matrix.boost-version_}}.7z -outfile boost.7z
7z x boost.7z
cd .\boost_${{matrix.boost-version_}}\
.\bootstrap.bat ${{matrix.toolset}}
Expand Down

0 comments on commit 134e9b1

Please sign in to comment.