Skip to content

Commit d08d5ee

Browse files
committed
test 14
1 parent fc050db commit d08d5ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows_installer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ jobs:
4242
Write-Host $env:PATH
4343
Invoke-WebRequest https://deac-riga.dl.sourceforge.net/project/nsis/NSIS%203/3.10/nsis-3.10-setup.exe?viasf=1 -OutFile C:\WINDOWS\Temp\nsis-3.10-setup.exe
4444
Get-Item C:\WINDOWS\Temp\nsis-3.10-setup.exe | Format-List
45-
Invoke-Expression "& C:\WINDOWS\Temp\nsis-3.10-setup.exe"
45+
Invoke-Expression "& C:\WINDOWS\Temp\nsis-3.10-setup.exe \S"
4646
4747
- name: Test 2
4848
run: |
4949
Get-ChildItem -Path "C:\Program Files (x86)\NSIS" -Recurse | Format-Table FullName
50+
Get-Command makensis
51+
Get-Command makensis.EXE
5052
5153
- name: Configure
5254
run: meson setup build -Dbuildtype=release -Ddefault_library=shared -Dbuild_installer=true -Drun_in_ci=true

0 commit comments

Comments
 (0)