Install graphviz to let Doxygen generate graph. (#165)

This commit is contained in:
Arthur Sonzogni 2021-07-23 09:18:23 +02:00 committed by GitHub
parent a40a54ec10
commit 2f9563a91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install Doxygen - name: Install Doxygen/Graphviz
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install doxygen sudo apt-get install doxygen graphviz
- name: Build HTML documentation - name: Build HTML documentation
run: | run: |