docs: Fix missing graphviz outputs in generated docs (#1392)

Fixes #1388
This commit is contained in:
Cosmin Stejerean 2024-05-01 14:20:35 -07:00 committed by GitHub
parent fe885b3ade
commit 62f861c9c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt install -y doxygen sudo apt install -y doxygen graphviz
python3 -m pip install \ python3 -m pip install \
sphinx==7.1.2 \ sphinx==7.1.2 \
sphinxcontrib.plantuml \ sphinxcontrib.plantuml \