Skip to content

Commit

Permalink
add step to install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ggonzalez94 committed Jul 20, 2024
1 parent 4254fdc commit f03f2c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

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

- name: Generate lockfile if it doesn't exist
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile
Expand Down

0 comments on commit f03f2c2

Please sign in to comment.