diff options
| author | 2025-04-16 21:48:46 +0100 | |
|---|---|---|
| committer | 2025-04-16 21:56:12 +0100 | |
| commit | 5878d162c224f6ca8ad8823b1e5dd7ee587b1788 (patch) | |
| tree | 1a70492ae61dfdb069400f8ae320caa125835b65 | |
| parent | Merge 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]
| -rw-r--r-- | .github/workflows/ci-windows.yml | 4 |
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: |
