Skip to content

Commit 7c46e80

Browse files
committed
fix: fix nsis installer action, so that it works on windows-2025, use upstream action
1 parent a6684e1 commit 7c46e80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/windows_installer.yml

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

0 commit comments

Comments
 (0)