Skip to content

Commit 61f252f

Browse files
gmarullstephanosio
authored andcommitted
ci: doc-build: remove unnecessary libclang dependency
Doxygen 1.9.4 no longer needs libclang. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent a96016d commit 61f252f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: install-pkgs
4949
run: |
5050
sudo apt-get update
51-
sudo apt-get install -y ninja-build graphviz libclang1-9 libclang-cpp9
51+
sudo apt-get install -y ninja-build graphviz
5252
wget --no-verbose https://downloads.sourceforge.net/project/doxygen/rel-${DOXYGEN_VERSION}/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
5353
tar xf doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
5454
echo "${PWD}/doxygen-${DOXYGEN_VERSION}/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)