Skip to content

Commit

Permalink
fix: download new doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Mar 4, 2024
1 parent cb97ccb commit 0c20227
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
with:
submodules: true
- name: Install Doxygen
run: sudo apt-get install -y doxygen-doc=1.10.0 graphviz
run: |
sudo apt-get install -y graphviz
wget https://www.doxygen.nl/files/doxygen-1.10.0.linux.bin.tar.gz
tar -xvf doxygen-1.10.0.linux.bin.tar.gz
shell: bash
- name: Generate Doxygen Documentation
run: doxygen Doxygen/Doxyfile
Expand Down

0 comments on commit 0c20227

Please sign in to comment.