GHA CI: Update some dependencies

PR #18870.
This commit is contained in:
xavier2k6
2023-04-24 06:15:46 +01:00
committed by GitHub
parent bbd5ed1142
commit cddf8c199c
3 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ jobs:
- name: Install boost
run: |
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 }}" `
-o "boost.7z"
7z x "${{ runner.temp }}/boost.7z" -o"${{ github.workspace }}/.."
@@ -79,7 +79,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: "6.4.0"
version: "6.5.0"
archives: qtbase qtsvg qttools
- name: Install libtorrent