File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments