Browse Source

GHA CI: Bump Boost version to 1.81.0 on Windows/macOS

PR #18279.
adaptive-webui-19844
xavier2k6 2 years ago committed by GitHub
parent
commit
3f39bd9f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci_macos.yaml
  2. 2
      .github/workflows/ci_windows.yaml

2
.github/workflows/ci_macos.yaml

@ -46,7 +46,7 @@ jobs: @@ -46,7 +46,7 @@ jobs:
curl \
-L \
-o "${{ runner.temp }}/boost.tar.bz2" \
"https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.bz2"
"https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.bz2"
tar -xf "${{ runner.temp }}/boost.tar.bz2" -C "${{ github.workspace }}/.."
mv "${{ github.workspace }}/.."/boost_* "${{ env.boost_path }}"

2
.github/workflows/ci_windows.yaml

@ -67,7 +67,7 @@ jobs: @@ -67,7 +67,7 @@ jobs:
- name: Install boost
run: |
aria2c `
"https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.7z" `
"https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.7z" `
-d "${{ runner.temp }}" `
-o "boost.7z"
7z x "${{ runner.temp }}/boost.7z" -o"${{ github.workspace }}/.."

Loading…
Cancel
Save