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 1d619dd commit cc4ca3fCopy full SHA for cc4ca3f
.github/workflows/ci.yml
@@ -30,6 +30,10 @@ 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
0 commit comments