mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Add Doxygen setup that results in missing Doygen documentation. (#6217)
* Added setup-doxygen action in ctest.yml Ubuntu gcc workflow. * Also added actions/checkout for setup-doxygen.
This commit is contained in:
@@ -241,6 +241,14 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install ninja-build graphviz
|
||||
|
||||
- name: Get Actions
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
sparse-checkout: .github/actions
|
||||
|
||||
- name: Setup Doxygen
|
||||
uses: ./.github/actions/setup-doxygen
|
||||
|
||||
- name: Install CMake
|
||||
uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # latest
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user