Skip to content

Commit

Permalink
Update installation command for Doxygen and Graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryKogan committed Dec 25, 2023
1 parent a3915d4 commit 03ab5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
submodules: recursive

- name: Install Doxygen and Graphviz
run: sudo apt-add-repository universe && sudo apt-get update && sudo apt-get install doxygen graphviz -y
run: sudo apt-get install doxygen graphviz -y
shell: bash

- name: Generate Doxygen Docs
Expand Down

0 comments on commit 03ab5a1

Please sign in to comment.