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 0173c88 commit 55c63faCopy full SHA for 55c63fa
.github/workflows/windows_installer.yml
@@ -30,13 +30,9 @@ jobs:
30
pip install meson
31
32
- name: Install NSIS with EnVar plugin
33
- uses: Totto16/install-nsis@a2a93824b8242244d53cb4b27f3af9a63aed3508
+ uses: Totto16/install-nsis@3940a3e6478539f605e182a6ea4abbb358d52b36
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