Skip to content

Commit 42342d4

Browse files
committed
Revert "⚗️ try using ninja on windows"
This reverts commit 6db741e.
1 parent c0372e4 commit 42342d4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ jobs:
4747
with:
4848
key: "c++-tests-${{matrix.config.os}}"
4949
- name: Configure CMake
50-
if: matrix.config.os != 'windows-latest'
51-
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_QMAP_TESTS=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache
52-
- name: Configure CMake
53-
if: matrix.config.os == 'windows-latest'
54-
run: cmake -S . -B build -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DBUILD_QMAP_TESTS=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache
50+
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_QMAP_TESTS=ON ${{ matrix.config.toolchain }} -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache
5551
- name: Build
5652
run: cmake --build build --config Release
5753
- name: Test

0 commit comments

Comments
 (0)