Install NSIS

This commit is contained in:
tooomm 2026-02-24 21:45:33 +01:00 committed by GitHub
parent 73cc68eefb
commit 54f296f623
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -410,6 +410,11 @@ jobs:
modules: ${{matrix.qt_modules}}
cache: true
- name: Install NSIS (Windows)
if: matrix.os == 'Windows'
shell: bash
run: choco install nsis
- name: Setup vcpkg cache
id: vcpkg-cache
uses: TAServers/vcpkg-cache@v3