Skip to content

Commit 0bdc4e4

Browse files
committed
test 9
1 parent 0ad1677 commit 0bdc4e4

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
@@ -40,10 +40,12 @@ jobs:
4040
echo "C:\Program Files (x86)\NSIS" | Out-File -FilePath $env:GITHUB_PATH -Append
4141
Write-Host "Current PATH:"
4242
Write-Host $env:PATH
43+
Invoke-WebRequest https://deac-riga.dl.sourceforge.net/project/nsis/NSIS%203/3.11/nsis-3.11-setup.exe?viasf=1 -OutFile C:\WINDOWS\Temp\nsis-3.11-setup.exe
44+
Invoke-Expression "& C:\WINDOWS\Temp\nsis-3.11-setup.exe \S"
4345
4446
- name: Test 2
4547
run: |
46-
Get-ChildItem -Path "C:\" -Recurse -Directory -Filter NSIS -ErrorAction SilentlyContinue
48+
Get-ChildItem -Path "C:\Program Files (x86)\NSIS" -Recurse | Format-Table FullName
4749
4850
4951
- name: Configure

0 commit comments

Comments
 (0)