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 6103648 commit 67ddd04Copy full SHA for 67ddd04
.github/workflows/ci.yml
@@ -39,8 +39,10 @@ jobs:
39
# Download and extract wxWidgets
40
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
- curl -L o wxHeaders.7z https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxWidgets-3.2.8-headers.7z
+ curl -L -o wxHeaders.7z https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxWidgets-3.2.8-headers.7z
43
7z x wxHeaders.7z -o"C:/wx" -y
44
+ curl -L -o wxDLLs.7z https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxMSW-3.2.8_vc14x_x64_ReleaseDLL.7z
45
+ 7z x wxD.7z -o"C:/wx" -y
46
dir C:/wx
47
- name: Build
48
run: |
0 commit comments