Install Graphviz in userdocs CI workflow

Signed-off-by: Brian Clemens <brian@ciq.com>
This commit is contained in:
Brian Clemens
2024-02-26 18:50:17 +09:00
parent 63dfad2885
commit d1f7b21943

View File

@@ -32,6 +32,10 @@ jobs:
run: |
sudo apt-get install -f -y texlive-latex-extra latexmk
- name: Install graphviz
run: |
sudo apt-get install -f -y graphviz
- name: Setup Python
uses: actions/setup-python@v1