mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
remove install ninja
This commit is contained in:
parent
06fe0efc94
commit
249b91d5ff
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -17,8 +17,6 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Install requirements
|
|
||||||
run: sudo apt -qq install ninja-build
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -G Ninja -B ./build -S .
|
run: cmake -G Ninja -B ./build -S .
|
||||||
- name: build
|
- name: build
|
||||||
|
Loading…
Reference in New Issue
Block a user