mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 21:41:59 +03:00
install graphviz instead of "dot"
This commit is contained in:
parent
d87a8824f6
commit
4e37257e65
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: sudo apt -qq install doxygen dot ninja-build
|
run: sudo apt -qq install doxygen graphviz 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