Skip to content

Commit

Permalink
Fixed CI for build of docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Peschke committed Feb 3, 2024
1 parent 178e1f1 commit 891607b
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 @@ -29,7 +29,7 @@ jobs:
- name: install Doxygen 1.9.2
run: |
sudo apt-get update
sudo apt-get install -y graphviz libclang-cpp1-9 libclang1-9
sudo apt-get install -y graphviz libclang-cpp11 libclang1-11
wget https://www.doxygen.nl/files/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
Expand Down

0 comments on commit 891607b

Please sign in to comment.