Skip to content

Commit cc4ca3f

Browse files
committed
.github: install nsis for Windows CI runners
Seems it's not preinstalled anymore.
1 parent 1d619dd commit cc4ca3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
brew uninstall --ignore-dependencies gnutls libgcrypt
3131
brew install wxwidgets@3.2
3232
- name: Install Windows Build Dependencies
33+
if: ${{ matrix.os == 'windows-latest' }}
34+
run: |
35+
choco install nsis
36+
- name: Install vcpkg Windows Build Dependencies
3337
if: ${{ matrix.os == 'windows-latest' }}
3438
uses: johnwason/vcpkg-action@v6
3539
id: vcpkg

0 commit comments

Comments
 (0)