mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Forgot to add sudo when installing documentation dependencies
This commit is contained in:
parent
718596a7f7
commit
2c82f4e4c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue