Skip to content

Commit

Permalink
chore: add libclang-dev to release actions (#322)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Mar 13, 2024
1 parent 6bf0780 commit ea0992e
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 @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install protobuf-compiler
sudo apt-get install protobuf-compiler libclang-dev
- name: Build binaries
shell: bash
Expand Down

0 comments on commit ea0992e

Please sign in to comment.