Install graphviz for building docs.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 6m1s

This commit is contained in:
Cory McWilliams 2024-08-14 21:16:31 -04:00
parent 657bcadc7e
commit 5f5e6616c7

View File

@ -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 .