Update doxygen_build_deploy.yml

This commit is contained in:
Jan W. Krieger 2023-03-18 14:20:25 +01:00 committed by GitHub
parent df14fae33d
commit 2ab0748035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get update --fix-missing sudo apt-get update --fix-missing
sudo apt-get install -f sudo apt-get install -f
sudo apt -y install build-essential doxygen graphviz doxygen-latex clang libclang-dev libclang-cpp fonts-freefont-ttf sudo apt -y install build-essential doxygen graphviz doxygen-latex libclang-common-10-dev libclang-10-dev fonts-freefont-ttf
- name: Update Doxygen to 1.9.3 - name: Update Doxygen to 1.9.3
run: | run: |