[github] ci: install NSIS (take 3)

This commit is contained in:
Geoffrey McRae
2025-09-07 13:37:36 +10:00
parent a1cc58c9f2
commit 4affd03c2d

View File

@@ -128,7 +128,7 @@ jobs:
- name: Install NSIS
shell: powershell
run: |
winget source disable msstore --accept-source-agreements || $true
winget source disable msstore --accept-source-agreements -ErrorAction SilentlyContinue
winget install -e --id NSIS.NSIS --silent --accept-source-agreements --accept-package-agreements
- name: Configure Windows host for native MinGW-w64
run: |