GHA CI: Bump libtorrent version(s)

PR #19006.
This commit is contained in:
xavier2k6 2023-05-24 03:10:57 +01:00 committed by GitHub
parent a59301712e
commit ba93d55a6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -17,11 +17,11 @@ jobs:
strategy:
fail-fast: false
matrix:
libt_version: ["2.0.8", "1.2.18"]
libt_version: ["2.0.9", "1.2.19"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["5.15.2", "6.5.0"]
exclude:
- libt_version: "1.2.18"
- libt_version: "1.2.19"
qt_version: "6.5.0"
env:

View file

@ -18,11 +18,11 @@ jobs:
strategy:
fail-fast: false
matrix:
libt_version: ["2.0.8", "1.2.18"]
libt_version: ["2.0.9", "1.2.19"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["5.15.2", "6.2.0"]
exclude:
- libt_version: "1.2.18"
- libt_version: "1.2.19"
qt_version: "6.2.0"
steps:

View file

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
libt_version: ["2.0.8", "1.2.18"]
libt_version: ["2.0.9", "1.2.19"]
env:
boost_path: "${{ github.workspace }}/../boost"

View file

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