From 9a6e03114ecd83247fd40b2d49f79ebaf8ccf86b Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 7 Sep 2025 13:25:53 +1000 Subject: [PATCH] [github] ci: install nsis for windows native builds As of the Windows Server 2025 image github provides, nsis is no longer included, as such we must install it ourself. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db44ba02..8efacb47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,6 +136,7 @@ jobs: mingw32-make "-j$([Environment]::ProcessorCount)" - name: Build Windows host installer run: | + winget install -e --id NSIS.NSIS cd host\build makensis -DBUILD_32BIT platform\Windows\installer.nsi