forked from cory/tildefriends
Install graphviz for building docs.
This commit is contained in:
parent
657bcadc7e
commit
5f5e6616c7
@ -10,6 +10,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
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: make all -j`nproc` docs
|
||||||
- run: docker build .
|
- run: docker build .
|
||||||
|
Loading…
Reference in New Issue
Block a user