mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 13:31:21 +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:
|
||||
submodules: true
|
||||
- name: Install requirements
|
||||
run: sudo apt -qq install doxygen dot ninja-build
|
||||
run: sudo apt -qq install doxygen graphviz ninja-build
|
||||
- name: configure
|
||||
run: cmake -G Ninja -B ./build -S .
|
||||
- name: build
|
||||
|
Loading…
Reference in New Issue
Block a user