mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-10 01:18:10 +00:00
[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:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user