Skip to content

Commit 0ad1677

Browse files
committed
test 8
1 parent c4c3270 commit 0ad1677

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/windows_installer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ jobs:
3737
- name: Test 1
3838
run: |
3939
echo "C:\Program Files (x86)\NSIS\Bin" | Out-File -FilePath $env:GITHUB_PATH -Append
40+
echo "C:\Program Files (x86)\NSIS" | Out-File -FilePath $env:GITHUB_PATH -Append
4041
Write-Host "Current PATH:"
4142
Write-Host $env:PATH
4243
4344
- name: Test 2
4445
run: |
45-
Write-Host "Current PATH 2:"
46-
Write-Host $env:PATH
46+
Get-ChildItem -Path "C:\" -Recurse -Directory -Filter NSIS -ErrorAction SilentlyContinue
47+
4748
4849
- name: Configure
4950
run: meson setup build -Dbuildtype=release -Ddefault_library=shared -Dbuild_installer=true -Drun_in_ci=true

0 commit comments

Comments
 (0)