Skip to content
Snippets Groups Projects
Unverified Commit 2f9563a9 authored by Arthur Sonzogni's avatar Arthur Sonzogni Committed by GitHub
Browse files

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

parent a40a54ec
No related branches found
No related tags found
No related merge requests found
...@@ -12,10 +12,10 @@ jobs: ...@@ -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: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment