Skip to content

Commit 0173c88

Browse files
committed
test 5
1 parent 9cee891 commit 0173c88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/windows_installer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
uses: Totto16/install-nsis@a2a93824b8242244d53cb4b27f3af9a63aed3508
3434
with:
3535
nsis-version: '3.11'
36+
37+
- name: Test 1
38+
run: |
39+
echo "C:\Program Files (x86)\NSIS" | Out-File -FilePath $env:GITHUB_PATH -Append
3640
3741
- name: Configure
3842
run: meson setup build -Dbuildtype=release -Ddefault_library=shared -Dbuild_installer=true -Drun_in_ci=true

0 commit comments

Comments
 (0)