ci: Fix Windows CMake cpp job

This commit is contained in:
Mizux Seiha
2023-10-19 09:30:40 +02:00
parent 22119e6d74
commit a922fb5b59

View File

@@ -35,7 +35,6 @@ jobs:
-v -j2
- name: Test
run: >
CTEST_OUTPUT_ON_FAILURE=1
cmake --build build
--config ${{ matrix.cmake.config }}
--target ${{ matrix.cmake.test_target }}