Skip to content

Commit

Permalink
chore: add libclang-dev library in publish actions (#328)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Mar 16, 2024
1 parent 90ceb0a commit 5bcdc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5bcdc9d

Please sign in to comment.