Skip to content

Commit

Permalink
ci: Fix unit tests missing protoc (#4369)
Browse files Browse the repository at this point in the history
fix unit tests

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Mar 15, 2024
1 parent 9d7371c commit a7c3212
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ jobs:

- name: Setup Rust toolchain
uses: ./.github/actions/setup
with:
need-protoc: true
need-rocksdb: true
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Test
working-directory: core
Expand Down

0 comments on commit a7c3212

Please sign in to comment.