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 9cf280f commit 6236ff8Copy full SHA for 6236ff8
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
# Download and extract wxWidgets
37
curl -L -o wxWidgets.7z https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxWidgets-3.2.8.7z
38
7z x wxWidgets.7z -o"C:\wx" -y
39
- echo "WIN_WX_ROOT_ARG=-DwxWidgets_ROOT_DIR=C:\wx" >> $GITHUB_ENV
+ echo "WIN_WX_ROOT_ARG=-DwxWidgets_ROOT_DIR=C:/wx" >> $GITHUB_ENV
40
- name: Build
41
run: |
42
mkdir build
0 commit comments