Skip to content

Commit

Permalink
[ci] use doxygen 1.12.0 (better faster stronger).
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyr committed Oct 8, 2024
1 parent 015a4e2 commit 1ceca3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo apt-get install graphviz plantuml clang-9 libclang-9-dev
- name: Fetch recent doxygen (1.9.8)
run: |
wget https://sourceforge.net/projects/doxygen/files/rel-1.9.8/doxygen-1.9.8.linux.bin.tar.gz -O doxygen.tar.gz
wget https://sourceforge.net/projects/doxygen/files/rel-1.12.0/doxygen-1.12.0.linux.bin.tar.gz -O doxygen.tar.gz
tar -zxvf doxygen.tar.gz -C doxygen --wildcards "*/bin"
mv doxygen/*/bin doxygen/
- name: Extract ref for badges prefix
Expand Down

0 comments on commit 1ceca3b

Please sign in to comment.