mirror of
https://github.com/TheAlgorithms/C
synced 2025-02-21 16:04:24 +03:00
corrected ninja-build package name
This commit is contained in:
parent
8b9bac2513
commit
d87a8824f6
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Install requirements
|
||||
run: sudo apt -qq install doxygen dot ninja
|
||||
run: sudo apt -qq install doxygen dot ninja-build
|
||||
- name: configure
|
||||
run: cmake -G Ninja -B ./build -S .
|
||||
- name: build
|
||||
|
Loading…
x
Reference in New Issue
Block a user