Skip to content

Commit 0bf2cd3

Browse files
committed
10
1 parent 310f088 commit 0bf2cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
choco install nsis
3939
# 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
40+
curl -L -o wxWidgets.7z https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxMSW-3.2.8_vc14x_x64_Dev.7z
4141
7z x wxWidgets.7z -o"C:/wx" -y
4242
dir C:/wx
4343
- name: Build

0 commit comments

Comments
 (0)