mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-02 01:42:29 +00:00
[github] ci: install NSIS (take 2)
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -125,6 +125,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- name: Install NSIS
|
||||||
|
shell: powershell
|
||||||
|
run: |
|
||||||
|
winget source disable msstore --accept-source-agreements || $true
|
||||||
|
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: |
|
||||||
mkdir host\build
|
mkdir host\build
|
||||||
@@ -136,7 +141,6 @@ jobs:
|
|||||||
mingw32-make "-j$([Environment]::ProcessorCount)"
|
mingw32-make "-j$([Environment]::ProcessorCount)"
|
||||||
- name: Build Windows host installer
|
- name: Build Windows host installer
|
||||||
run: |
|
run: |
|
||||||
winget install -e --id NSIS.NSIS
|
|
||||||
cd host\build
|
cd host\build
|
||||||
makensis -DBUILD_32BIT platform\Windows\installer.nsi
|
makensis -DBUILD_32BIT platform\Windows\installer.nsi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user