Forgot to add sudo when installing documentation dependencies

This commit is contained in:
Kristian Sloth Lauszus 2020-11-18 19:06:27 +01:00
parent 718596a7f7
commit 2c82f4e4c6

View file

@ -51,7 +51,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
# We need GraphViz to draw figures and graphs # We need GraphViz to draw figures and graphs
# Doxygen is used for generating the documentation # Doxygen is used for generating the documentation
run: apt-get -y install doxygen graphviz run: sudo apt-get -y install doxygen graphviz
- name: Generate documentation - name: Generate documentation
run: | run: |
# Fix error in the Doxygen Markdown parser and generate the documentation # Fix error in the Doxygen Markdown parser and generate the documentation