chore: add libclang-dev library in publish actions (#328)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
90ceb0a858
commit
5bcdc9dde3
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue