Browse Source

GHA CI: Update some dependencies

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

6
.github/workflows/ci_macos.yaml

@ -19,10 +19,10 @@ jobs:
matrix: matrix:
libt_version: ["2.0.8", "1.2.18"] libt_version: ["2.0.8", "1.2.18"]
qbt_gui: ["GUI=ON", "GUI=OFF"] qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["5.15.2", "6.4.0"] qt_version: ["5.15.2", "6.5.0"]
exclude: exclude:
- libt_version: "1.2.18" - libt_version: "1.2.18"
qt_version: "6.4.0" qt_version: "6.5.0"
env: env:
boost_path: "${{ github.workspace }}/../boost" boost_path: "${{ github.workspace }}/../boost"
@ -52,7 +52,7 @@ jobs:
curl \ curl \
-L \ -L \
-o "${{ runner.temp }}/boost.tar.bz2" \ -o "${{ runner.temp }}/boost.tar.bz2" \
"https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.bz2" "https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.tar.bz2"
tar -xf "${{ runner.temp }}/boost.tar.bz2" -C "${{ github.workspace }}/.." tar -xf "${{ runner.temp }}/boost.tar.bz2" -C "${{ github.workspace }}/.."
mv "${{ github.workspace }}/.."/boost_* "${{ env.boost_path }}" mv "${{ github.workspace }}/.."/boost_* "${{ env.boost_path }}"

4
.github/workflows/ci_windows.yaml

@ -70,7 +70,7 @@ jobs:
- name: Install boost - name: Install boost
run: | run: |
aria2c ` aria2c `
"https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.7z" ` "https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.7z" `
-d "${{ runner.temp }}" ` -d "${{ runner.temp }}" `
-o "boost.7z" -o "boost.7z"
7z x "${{ runner.temp }}/boost.7z" -o"${{ github.workspace }}/.." 7z x "${{ runner.temp }}/boost.7z" -o"${{ github.workspace }}/.."
@ -79,7 +79,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: "6.4.0" version: "6.5.0"
archives: qtbase qtsvg qttools archives: qtbase qtsvg qttools
- name: Install libtorrent - name: Install libtorrent

2
.github/workflows/coverity-scan.yml

@ -26,7 +26,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: "6.4.0" version: "6.5.0"
archives: icu qtbase qtsvg qttools archives: icu qtbase qtsvg qttools
- name: Install libtorrent - name: Install libtorrent

Loading…
Cancel
Save