aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-07 00:14:58 +0000
committerGravatar Sadie Powell2026-03-07 00:14:58 +0000
commitbfa87be4608f9d26334d20264c0da789fe372ce2 (patch)
tree63b8a746b5038725a12ebbed1bfd51c9b73ec0b2 /.github/workflows
parentFix a copy/paste error in the serverban module docs. (diff)
Switch the NSIS installer to use something more reliable.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-windows.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index fc109e8c3..4a6bf2a16 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -18,8 +18,9 @@ jobs:
- uses: actions/checkout@v6
- name: Setup NSIS
- run: |-
- choco install nsis
+ uses: negrutiu/nsis-install@v2
+ with:
+ distro: official
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2.0.0