Skip to content

Commit c0372e4

Browse files
committed
Revert "⚗️ try using ninja and clang on windows"
This reverts commit c9fb332.
1 parent 413cb6a commit c0372e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_QMAP_TESTS=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache
5252
- name: Configure CMake
5353
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 _DCMAKE_CXX_COMPILER=clang-cl _DCMAKE_C_COMPILER=clang-cl
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
5555
- name: Build
5656
run: cmake --build build --config Release
5757
- name: Test

0 commit comments

Comments
 (0)