Skip to content

Commit 55c63fa

Browse files
committed
test 6
1 parent 0173c88 commit 55c63fa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/windows_installer.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,9 @@ jobs:
3030
pip install meson
3131
3232
- name: Install NSIS with EnVar plugin
33-
uses: Totto16/install-nsis@a2a93824b8242244d53cb4b27f3af9a63aed3508
33+
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" | Out-File -FilePath $env:GITHUB_PATH -Append
4036

4137
- name: Configure
4238
run: meson setup build -Dbuildtype=release -Ddefault_library=shared -Dbuild_installer=true -Drun_in_ci=true

0 commit comments

Comments
 (0)