mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-16 04:18:11 +00:00
[github] ci: install NSIS (take 3)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
Reference in New Issue
Block a user