Install graphviz to let Doxygen generate graph.

This commit is contained in:
ArthurSonzogni
2021-07-23 09:16:51 +02:00
parent a40a54ec10
commit 0fecdf29a8

View File

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