Skip to content

Commit

Permalink
fix(ci): install protoc in coverage workflow (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr authored Aug 18, 2022
1 parent 706f018 commit 45c93cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 45c93cb

Please sign in to comment.