Install graphviz for building docs.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 6m1s
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 6m1s
This commit is contained in:
parent
657bcadc7e
commit
5f5e6616c7
@ -10,6 +10,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- run: sudo apt update && sudo apt install -y doxygen mingw-w64
|
||||
- run: sudo apt update && sudo apt install -y doxygen graphviz mingw-w64
|
||||
- run: make all -j`nproc` docs
|
||||
- run: docker build .
|
||||
|
Loading…
Reference in New Issue
Block a user