1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-14 08:48:17 +00:00

Update libtorrent to 2.0.7 & 1.2.17 in GHA CI

PR #17385.
This commit is contained in:
summer 2022-07-19 03:13:47 +00:00 committed by GitHub
parent f20f479a4b
commit 0e3ce019e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -14,11 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
libt_version: ["2.0.6", "1.2.16"]
libt_version: ["2.0.7", "1.2.17"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["5.15.2", "6.2.0"]
exclude:
- libt_version: "1.2.16"
- libt_version: "1.2.17"
qt_version: "6.2.0"
env:

View File

@ -14,11 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
libt_version: ["2.0.6", "1.2.16"]
libt_version: ["2.0.7", "1.2.17"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["5.15.2", "6.2.0"]
exclude:
- libt_version: "1.2.16"
- libt_version: "1.2.17"
qt_version: "6.2.0"
steps:

View File

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
libt_version: ["2.0.6", "1.2.16"]
libt_version: ["2.0.7", "1.2.17"]
env:
boost_path: "${{ github.workspace }}/../boost"

View File

@ -28,7 +28,7 @@ jobs:
- name: Install libtorrent
run: |
git clone \
--branch "v2.0.6" \
--branch "v2.0.7" \
--depth 1 \
--recurse-submodules \
https://github.com/arvidn/libtorrent.git