chore: add libclang-dev library in publish actions (#328)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2024-03-16 13:56:24 +08:00 committed by GitHub
parent 90ceb0a858
commit 5bcdc9dde3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install protobuf-compiler
sudo apt-get install protobuf-compiler libclang-dev
- uses: katyo/publish-crates@v2
with: