Skip to content

Commit 943fee4

Browse files
committed
ci: remove Ninja generator from CMake configuration
1 parent 26555ba commit 943fee4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
- name: configure
5050
run: |
5151
cmake -S . -B build \
52-
-DCMAKE_BUILD_TYPE=Release \
53-
-G Ninja
52+
-DCMAKE_BUILD_TYPE=Release
5453
- name: build
5554
run: |
5655
cmake --build build

0 commit comments

Comments
 (0)