Skip to content

Commit b8e11ff

Browse files
committed
ci: fix doxygen build in doc CI
Signed-off-by: PragmaTwice <twice@apache.org>
1 parent 77219c4 commit b8e11ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ jobs:
1515
submodules: true
1616
- name: install deps
1717
run: |
18-
sudo apt update
19-
sudo apt install -y libclang-12-dev
2018
git clone https://github.com/doxygen/doxygen doxygen-tool
2119
cd doxygen-tool
2220
mkdir build
2321
cd build
24-
cmake -Duse_libclang=ON -DCMAKE_PREFIX_PATH=/usr/lib/llvm-12/ ..
22+
cmake -Duse_libclang=ON ..
2523
make -j$(nproc)
2624
sudo make install
2725
cd ../..

0 commit comments

Comments
 (0)