Skip to content

Commit

Permalink
Update ci_windows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
qBittUser authored Nov 26, 2024
1 parent 15ea836 commit 01297f0
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/ci_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
libt_version: ["2.0.10", "1.2.19"]
libt_version: ["RC_2_0"]

env:
boost_path: "${{ github.workspace }}/../boost"
Expand Down Expand Up @@ -95,15 +95,15 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: "6.8.0"
version: "6.8.*"
arch: win64_msvc2022_64
archives: qtbase qtsvg qttools
cache: true

- name: Install libtorrent
run: |
git clone `
--branch v${{ matrix.libt_version }} `
--branch ${{ matrix.libt_version }} `
--depth 1 `
--recurse-submodules `
https://github.com/arvidn/libtorrent.git `
Expand Down Expand Up @@ -186,14 +186,3 @@ jobs:
with:
name: qBittorrent-CI_Windows-x64_libtorrent-${{ matrix.libt_version }}
path: upload

- name: Create installer
run: |
7z x -o"dist/windows/" "dist/windows/NSISPlugins.zip"
makensis /DQBT_DIST_DIR="../../upload/qBittorrent" /WX dist/windows/qbittorrent.nsi
- name: Upload installer
uses: actions/upload-artifact@v4
with:
name: qBittorrent-CI_Windows-x64_libtorrent-${{ matrix.libt_version }}-setup
path: dist/windows/qbittorrent_*_setup.exe

0 comments on commit 01297f0

Please sign in to comment.