We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97d5ef commit 21fd804Copy full SHA for 21fd804
.github/workflows/ci.yml
@@ -30,15 +30,17 @@ jobs:
30
brew uninstall --ignore-dependencies gnutls libgcrypt
31
brew install wxwidgets@3.2
32
- name: Install Windows Build Dependencies
33
+ if: ${{ matrix.os == 'windows-latest' }}
34
+ run: |
35
+ choco install nsis
36
+ - name: Install vcpkg Windows Build Dependencies
37
if: ${{ matrix.os == 'windows-latest' }}
38
uses: johnwason/vcpkg-action@v6
39
id: vcpkg
40
with:
41
pkgs: wxwidgets gettext[tools]
42
triplet: x64-windows
43
token: ${{ github.token }}
- run: |
- choco install nsis
44
- name: Build
45
run: |
46
mkdir build
0 commit comments