Skip to content

Commit 21fd804

Browse files
committed
another stab
1 parent d97d5ef commit 21fd804

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,17 @@ 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
3640
with:
3741
pkgs: wxwidgets gettext[tools]
3842
triplet: x64-windows
3943
token: ${{ github.token }}
40-
run: |
41-
choco install nsis
4244
- name: Build
4345
run: |
4446
mkdir build

0 commit comments

Comments
 (0)