aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-04-16 21:48:46 +0100
committerGravatar Sadie Powell2025-04-16 21:56:12 +0100
commit5878d162c224f6ca8ad8823b1e5dd7ee587b1788 (patch)
tree1a70492ae61dfdb069400f8ae320caa125835b65 /.github/workflows
parentMerge branch 'insp3' into insp4. (diff)
We need to install NSIS on windows-2025.
[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-windows.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index 2d5f0ef2b..abe0c7cf5 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -17,6 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Setup NSIS
+ run: |-
+ choco install nsis
+
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2.0.0
with: