1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Change to a more reliable method for installing NSIS.

[skip alpine ci]
[skip ubuntu ci]
This commit is contained in:
Sadie Powell
2026-02-08 10:54:52 +00:00
parent aef1925b1d
commit 1f0c76516b
+4 -3
View File
@@ -18,9 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Setup NSIS
run: |-
choco install nsis
- name: Install NSIS
uses: negrutiu/nsis-install@v2
with:
distro: official
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2