Skip to content

Commit

Permalink
.github/docs.yml: Change apt package
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Apr 17, 2023
1 parent 26dac29 commit f732346
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:
steps:
- name: Install Dependencies
run: |
sudo apt install --no-install-recommends doxygen-latex
sudo apt install doxygen
pip install sphinx
pip install breathe
pip install sphinx-rtd-theme
Expand Down

0 comments on commit f732346

Please sign in to comment.