Skip to content

Commit

Permalink
fix(ci): install protobuf-compiler in test job
Browse files Browse the repository at this point in the history
  • Loading branch information
marieaurore123 committed Oct 4, 2024
1 parent b55e86e commit cc5a328
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
with:
tool: nextest

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Test with latest nextest release
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit cc5a328

Please sign in to comment.