Skip to content

Commit

Permalink
chore: add install dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Dec 27, 2023
1 parent b57dac9 commit 3566fd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
with:
targets: ${{ matrix.target }}

- name: Install dependencies
shell: bash
run: |
apt-get update && apt-get install -y openssl libclang-dev pkg-config protobuf-compiler
- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 3566fd5

Please sign in to comment.