mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-17 12:58: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
|
- name: Install NSIS
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
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
|
winget install -e --id NSIS.NSIS --silent --accept-source-agreements --accept-package-agreements
|
||||||
- name: Configure Windows host for native MinGW-w64
|
- name: Configure Windows host for native MinGW-w64
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user