Skip to content

Commit

Permalink
add protoc install action, fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VendettaReborn committed Jun 20, 2024
1 parent c61a07d commit 732a5c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ jobs:
env:
RUSTFLAGS: ${{ matrix.rustflags || '--cfg tokio_unstable' }}

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: "23.2"

- name: Cargo test
uses: clechasseur/rs-cargo@v2
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 732a5c9

Please sign in to comment.