From 4affd03c2d75761d37605a66ed57b6c8dea2ea05 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 7 Sep 2025 13:37:36 +1000 Subject: [PATCH] [github] ci: install NSIS (take 3) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62f52b9b..1b1d89b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |