Update doxygen_build_deploy.yml

This commit is contained in:
Jan W. Krieger 2023-03-19 13:12:48 +01:00 committed by GitHub
parent 73045326ef
commit 5cce0e9bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
@ -31,6 +31,8 @@ jobs:
sudo apt-get update --fix-missing
sudo apt-get install -f
sudo apt search ".*clang.*"
sudo apt search ".*qt5.*"
sudo apt search ".*qt6.*"
sudo apt -y install build-essential doxygen graphviz doxygen-latex libclang-common-10-dev libclang-10-dev fonts-freefont-ttf
doxygen -v