Skip to content

Commit

Permalink
Bumped Doxygen to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitswas committed Aug 7, 2024
1 parent 1d74687 commit 0ed6171
Show file tree
Hide file tree
Showing 2 changed files with 342 additions and 234 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
- name: Install doxygen
run: |
sudo apt-get install wget
wget https://github.com/doxygen/doxygen/releases/download/Release_1_9_8/doxygen-1.9.8.linux.bin.tar.gz
tar -xvf doxygen-1.9.8.linux.bin.tar.gz
cd doxygen-1.9.8
wget https://github.com/doxygen/doxygen/releases/download/Release_1_12_0/doxygen-1.12.0.linux.bin.tar.gz
tar -xvf doxygen-1.12.0.linux.bin.tar.gz
cd doxygen-1.12.0
sudo make install
cd ..
rm -rf doxygen-1.9.8
rm doxygen-1.9.8.linux.bin.tar.gz
rm -rf doxygen-1.12.0
rm doxygen-1.12.0.linux.bin.tar.gz
- name: Install graphviz
run: sudo apt-get install graphviz
Expand Down
Loading

0 comments on commit 0ed6171

Please sign in to comment.