Ensure libclang is present on CI
This commit is contained in:
parent
52f0cf9111
commit
b7641f4e46
|
@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||
|
||||
RUN apt update && \
|
||||
apt install -y \
|
||||
libclang-dev \
|
||||
libssl-dev \
|
||||
pkg-config \
|
||||
python3-pip \
|
||||
|
|
Loading…
Reference in New Issue