Skip to content

Commit

Permalink
Updated download link for doxygen 1.9.2..
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Peschke committed Feb 3, 2024
1 parent 891607b commit 11aa66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y graphviz libclang-cpp11 libclang1-11
wget https://www.doxygen.nl/files/doxygen-1.9.2.linux.bin.tar.gz
wget https://github.com/doxygen/doxygen/releases/download/Release_1_9_2/doxygen-1.9.2.linux.bin.tar.gz
tar -xvzf doxygen-1.9.2.linux.bin.tar.gz
ln -s doxygen-1.9.2/bin/doxygen doxygen
- name: Generate Documentation
Expand Down

0 comments on commit 11aa66d

Please sign in to comment.