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 310f088 commit 0bf2cd3Copy full SHA for 0bf2cd3
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
choco install nsis
39
# Download and extract wxWidgets
40
- curl -L -o wxWidgets.7z https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxWidgets-3.2.8.7z
+ curl -L -o wxWidgets.7z https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxMSW-3.2.8_vc14x_x64_Dev.7z
41
7z x wxWidgets.7z -o"C:/wx" -y
42
dir C:/wx
43
- name: Build
0 commit comments