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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user