Skip to content

Commit

Permalink
install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
seanses committed Sep 12, 2024
1 parent dca65e1 commit 471f869
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: dtolnay/rust-toolchain@1.79.0
with:
components: clippy
- uses: arduino/setup-protoc@v2
with:
version: "23.1"
repo-token: ${{ secrets.DEV_GITHUB_TOKEN }}
- name: Lint
run: |
cargo clippy -r --verbose -- -D warnings # elevates warnings to errors
Expand Down

0 comments on commit 471f869

Please sign in to comment.