Skip to content

Commit 65d4fe0

Browse files
committed
remove ninja as cmake generator
1 parent 249b91d commit 65d4fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
submodules: true
2020
- name: configure
21-
run: cmake -G Ninja -B ./build -S .
21+
run: cmake -B ./build -S .
2222
- name: build
2323
run: cmake --build build

0 commit comments

Comments
 (0)