diff options
| author | 2026-03-07 00:14:58 +0000 | |
|---|---|---|
| committer | 2026-03-07 00:14:58 +0000 | |
| commit | bfa87be4608f9d26334d20264c0da789fe372ce2 (patch) | |
| tree | 63b8a746b5038725a12ebbed1bfd51c9b73ec0b2 /.github | |
| parent | Fix a copy/paste error in the serverban module docs. (diff) | |
Switch the NSIS installer to use something more reliable.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-windows.yml | 5 |
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 |
