Skip to content

Commit c4c3270

Browse files
committed
test 7
1 parent 55c63fa commit c4c3270

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/windows_installer.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ jobs:
3333
uses: Totto16/install-nsis@3940a3e6478539f605e182a6ea4abbb358d52b36
3434
with:
3535
nsis-version: '3.11'
36+
37+
- name: Test 1
38+
run: |
39+
echo "C:\Program Files (x86)\NSIS\Bin" | Out-File -FilePath $env:GITHUB_PATH -Append
40+
Write-Host "Current PATH:"
41+
Write-Host $env:PATH
42+
43+
- name: Test 2
44+
run: |
45+
Write-Host "Current PATH 2:"
46+
Write-Host $env:PATH
3647
3748
- name: Configure
3849
run: meson setup build -Dbuildtype=release -Ddefault_library=shared -Dbuild_installer=true -Drun_in_ci=true

0 commit comments

Comments
 (0)