Skip to content

Commit 15ad60a

Browse files
committed
8
1 parent f9cd54f commit 15ad60a

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
@@ -45,7 +45,7 @@ jobs:
4545
mkdir build
4646
cd build
4747
echo wx root dir arg is ${{ matrix.cmake_options }}
48-
cmake -V ${{ matrix.cmake_options }} ..
48+
cmake ${{ matrix.cmake_options }} ..
4949
cmake --build .
5050
cpack -V -C Debug
5151
- name: Archive Ubuntu Build Artifacts

0 commit comments

Comments
 (0)