Skip to content

Commit 7308cf5

Browse files
committed
fix: fix nsis installer action, so that it works on windows-2025
1 parent 00bce77 commit 7308cf5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/windows_installer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
- name: Setup meson
2929
run: |
3030
pip install meson
31-
31+
32+
# TODO: use the upstream version, once everything is merged
3233
- name: Install NSIS with EnVar plugin
33-
uses: repolevedavaj/install-nsis@v1.0.1
34+
uses: Totto16/install-nsis@1d2839ee2498cfb39cbb0e7690794466995f6505
3435
with:
3536
nsis-version: '3.11'
3637

0 commit comments

Comments
 (0)