mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
GHA CI: Install NSIS via third party action on Windows
* Install `NSIS` via https://github.com/repolevedavaj/install-nsis * `NSIS` is no longer installed on GitHub provided Runner Image as of `windows-2025` * `NSIS: 3.10` was only available on `windows-2019 / windows-2022` * We can use newer release now eg. `NSIS: 3.11`. PR #23249.
This commit is contained in:
committed by
Vladimir Golovnev (glassez)
parent
015950ea61
commit
0f7a27ea03
5
.github/workflows/ci_windows.yaml
vendored
5
.github/workflows/ci_windows.yaml
vendored
@@ -191,6 +191,11 @@ jobs:
|
|||||||
name: qBittorrent-CI_Windows-x64_libtorrent-${{ matrix.libt_version }}
|
name: qBittorrent-CI_Windows-x64_libtorrent-${{ matrix.libt_version }}
|
||||||
path: upload
|
path: upload
|
||||||
|
|
||||||
|
- name: Install NSIS
|
||||||
|
uses: repolevedavaj/install-nsis@265e893c16602d8ccfb0a9ca44173b084078917c # v1.0.3
|
||||||
|
with:
|
||||||
|
nsis-version: '3.11'
|
||||||
|
|
||||||
- name: Create installer
|
- name: Create installer
|
||||||
run: |
|
run: |
|
||||||
7z x -o"dist/windows/" "dist/windows/NSISPlugins.zip"
|
7z x -o"dist/windows/" "dist/windows/NSISPlugins.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user