Skip to content

Commit fc050db

Browse files
committed
test 13
1 parent 1e05823 commit fc050db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
Write-Host "Current PATH:"
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
44+
Get-Item C:\WINDOWS\Temp\nsis-3.10-setup.exe | Format-List
4445
Invoke-Expression "& C:\WINDOWS\Temp\nsis-3.10-setup.exe"
4546
4647
- name: Test 2
4748
run: |
4849
Get-ChildItem -Path "C:\Program Files (x86)\NSIS" -Recurse | Format-Table FullName
4950
50-
5151
- name: Configure
5252
run: meson setup build -Dbuildtype=release -Ddefault_library=shared -Dbuild_installer=true -Drun_in_ci=true
5353
# TODO: enable fatal warnings, once cpp-httplib is patched either by ourselves or by the maintainers: --fatal-meson-warnings

0 commit comments

Comments
 (0)