Skip to content

Commit

Permalink
Install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarflakstad committed Jun 25, 2024
1 parent 1a8985b commit 4e02f4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- name: Setup Rust Toolchain
uses: ./.github/actions/toolchain-cargo-cached
with:
Expand Down

0 comments on commit 4e02f4c

Please sign in to comment.