Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyr committed Oct 12, 2023
1 parent d91f34f commit 5ea1d82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tmp-check-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
submodules: recursive
- name: Install packages
run : |
sudo apt-get install graphviz
sudo apt-get install graphviz plantuml clang-9 libclang-9-dev
- name: Fetch recent doxygen (1.9.8)
run: |
sudo apt-get install clang-9 libclang-9-dev
wget https://sourceforge.net/projects/doxygen/files/rel-1.9.8/doxygen-1.9.8.linux.bin.tar.gz -O doxygen.tar.gz
tar -zxvf doxygen.tar.gz -C doxygen --wildcards "*/bin"
mv doxygen/*/bin doxygen/
Expand Down

0 comments on commit 5ea1d82

Please sign in to comment.