[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.
This commit is contained in:
Geoffrey McRae
2025-09-07 13:25:53 +10:00
parent 0feaa716c5
commit 9a6e03114e

View File

@@ -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