Skip to content

Commit 7f9c99b

Browse files
committed
enh: install graphviz for doc generation
1 parent 69664bd commit 7f9c99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install deps
2121
run: |
2222
sudo apt-get update -qq
23-
sudo apt-get install libxerces-c-dev xsdcxx cmake doxygen -qq
23+
sudo apt-get install libxerces-c-dev xsdcxx cmake doxygen graphviz -qq
2424
python -m pip install --upgrade pip
2525
pip install ghp-import
2626

0 commit comments

Comments
 (0)