Browse Source

GHA CI: Bump Windows/macOS Boost version to 1.83.0

PR #19453.
adaptive-webui-19844
xavier2k6 1 year ago committed by GitHub
parent
commit
21b77cb4f8
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
  3. 2
      .pre-commit-config.yaml

2
.github/workflows/ci_macos.yaml

@ -53,7 +53,7 @@ jobs: @@ -53,7 +53,7 @@ jobs:
curl \
-L \
-o "${{ runner.temp }}/boost.tar.bz2" \
"https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.tar.bz2"
"https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_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

@ -70,7 +70,7 @@ jobs: @@ -70,7 +70,7 @@ jobs:
- name: Install boost
run: |
aria2c `
"https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.7z" `
"https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.7z" `
-d "${{ runner.temp }}" `
-o "boost.7z"
7z x "${{ runner.temp }}/boost.7z" -o"${{ github.workspace }}/.."

2
.pre-commit-config.yaml

@ -83,7 +83,7 @@ repos: @@ -83,7 +83,7 @@ repos:
- ts
- repo: https://github.com/crate-ci/typos
rev: v1.15.5
rev: v1.16.4
hooks:
- id: typos
name: Check spelling (typos)

Loading…
Cancel
Save