Skip to content

Commit

Permalink
Fix apt-add-repository command in docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryKogan committed Dec 25, 2023
1 parent d5a5ee6 commit a3915d4
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: apt-add-repository universe && sudo apt-get update && sudo apt-get install doxygen graphviz -y
run: sudo apt-add-repository universe && sudo apt-get update && sudo apt-get install doxygen graphviz -y
shell: bash

- name: Generate Doxygen Docs
Expand Down

0 comments on commit a3915d4

Please sign in to comment.