Skip to content

Commit 108ebe1

Browse files
committed
install libclang-15-dev
Signed-off-by: PragmaTwice <twice@apache.org>
1 parent b8e11ff commit 108ebe1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/doc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ jobs:
1515
submodules: true
1616
- name: install deps
1717
run: |
18+
sudo apt update
19+
sudo apt install -y libclang-15-dev
1820
git clone https://github.com/doxygen/doxygen doxygen-tool
1921
cd doxygen-tool
2022
mkdir build
2123
cd build
22-
cmake -Duse_libclang=ON ..
24+
cmake -Duse_libclang=ON -DCMAKE_PREFIX_PATH=/usr/lib/llvm-15/ ..
2325
make -j$(nproc)
2426
sudo make install
2527
cd ../..

0 commit comments

Comments
 (0)