Skip to content

Commit

Permalink
enh: install graphviz for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Mar 8, 2021
1 parent 69664bd commit 7f9c99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install deps
run: |
sudo apt-get update -qq
sudo apt-get install libxerces-c-dev xsdcxx cmake doxygen -qq
sudo apt-get install libxerces-c-dev xsdcxx cmake doxygen graphviz -qq
python -m pip install --upgrade pip
pip install ghp-import
Expand Down

0 comments on commit 7f9c99b

Please sign in to comment.