Updated GitHub CI workflow for Doxygen. No code changes. (0.41.5)
This commit is contained in:
parent
d13d217ef2
commit
570407688c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-ubuntu-latest.yml
vendored
2
.github/workflows/cmake-ubuntu-latest.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
# run: sudo apt upgrade -y
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt install cmake doxygen doxygen-doxyparse libjson-c-dev libssl-dev -y
|
||||
run: sudo apt install cmake doxygen graphviz libjson-c-dev libssl-dev -y
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DFUN_DEBUG=OFF -DFUN_WITH_REPL=ON -DFUN_WITH_PCSC=OFF -DFUN_WITH_LIBSQL=OFF -DFUN_WITH_SQLITE=OFF -DFUN_WITH_CURL=OFF -DFUN_WITH_PCRE2=OFF -DFUN_WITH_XML2=OFF -DFUN_WITH_JSON=ON -DFUN_WITH_TCLTK=OFF -DFUN_WITH_INI=OFF -DFUN_WITH_NOTCURSES=OFF -DFUN_WITH_CPP=ON -DFUN_WITH_OPENSSL=ON -DFUN_WITH_LIBRESSL=OFF -DFUN_WITH_YAML=OFF -DFUN_USE_MUSL=OFF -DFUN_WITH_RUST=OFF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue