mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
Update doxygen_build_deploy.yml
This commit is contained in:
parent
73045326ef
commit
5cce0e9bee
4
.github/workflows/doxygen_build_deploy.yml
vendored
4
.github/workflows/doxygen_build_deploy.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user