Skip to content

Commit

Permalink
fix: renamed doxygen package
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Mar 4, 2024
1 parent 958cdaf commit cb97ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
submodules: true
- name: Install Doxygen
run: sudo apt-get install -y doxygen=1.10.0 graphviz
run: sudo apt-get install -y doxygen-doc=1.10.0 graphviz
shell: bash
- name: Generate Doxygen Documentation
run: doxygen Doxygen/Doxyfile
Expand Down

0 comments on commit cb97ccb

Please sign in to comment.