We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cee891 commit 0173c88Copy full SHA for 0173c88
.github/workflows/windows_installer.yml
@@ -33,6 +33,10 @@ jobs:
33
uses: Totto16/install-nsis@a2a93824b8242244d53cb4b27f3af9a63aed3508
34
with:
35
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
40
41
- name: Configure
42
run: meson setup build -Dbuildtype=release -Ddefault_library=shared -Dbuild_installer=true -Drun_in_ci=true
0 commit comments