Skip to content

Commit

Permalink
add protoc to benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Jul 4, 2024
1 parent d8a397a commit 390e96e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
name: Checkout
- name: Update Rust
run: rustup update
- name: Install Protoc
uses: arduino/setup-protoc@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Cargo cache
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 390e96e

Please sign in to comment.