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 f9cd54f commit 15ad60aCopy full SHA for 15ad60a
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
mkdir build
46
cd build
47
echo wx root dir arg is ${{ matrix.cmake_options }}
48
- cmake -V ${{ matrix.cmake_options }} ..
+ cmake ${{ matrix.cmake_options }} ..
49
cmake --build .
50
cpack -V -C Debug
51
- name: Archive Ubuntu Build Artifacts
0 commit comments