mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
remove ninja as cmake generator
This commit is contained in:
parent
249b91d5ff
commit
65d4fe035a
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
|
||||
|
Loading…
Reference in New Issue
Block a user