We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e11ff commit 108ebe1Copy full SHA for 108ebe1
.github/workflows/doc.yml
@@ -15,11 +15,13 @@ jobs:
15
submodules: true
16
- name: install deps
17
run: |
18
+ sudo apt update
19
+ sudo apt install -y libclang-15-dev
20
git clone https://github.com/doxygen/doxygen doxygen-tool
21
cd doxygen-tool
22
mkdir build
23
cd build
- cmake -Duse_libclang=ON ..
24
+ cmake -Duse_libclang=ON -DCMAKE_PREFIX_PATH=/usr/lib/llvm-15/ ..
25
make -j$(nproc)
26
sudo make install
27
cd ../..
0 commit comments