mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +08:00
remove ninja as cmake generator
This commit is contained in:
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@@ -18,6 +18,6 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: configure
|
||||
run: cmake -G Ninja -B ./build -S .
|
||||
run: cmake -B ./build -S .
|
||||
- name: build
|
||||
run: cmake --build build
|
||||
|
||||
Reference in New Issue
Block a user