"docs/vscode:/vscode.git/clone" did not exist on "1d2c3f6b384cf39e9436b5dfdc32c471fd7fc551"
Commit e565d49b authored by Graham King's avatar Graham King Committed by GitHub
Browse files

chore: Add libclang-dev to CI for llamacpp (#507)

parent 3c49a02c
...@@ -56,6 +56,7 @@ RUN apt-get update -y && apt-get -y install curl \ ...@@ -56,6 +56,7 @@ RUN apt-get update -y && apt-get -y install curl \
libgrpc-dev \ libgrpc-dev \
libgrpc++-dev \ libgrpc++-dev \
libprotobuf-dev \ libprotobuf-dev \
libclang-dev \
protobuf-compiler-grpc \ protobuf-compiler-grpc \
pybind11-dev \ pybind11-dev \
python3-full \ python3-full \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment