Skip to content

Commit

Permalink
Add protoc to clippy2
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed May 16, 2024
1 parent 7c849d4 commit a29adde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy

- name: Install protoc
run: sudo apt-get install -y protobuf-compiler

- name: Clippy
run: cargo clippy --all-targets -- -Dclippy::all -D warnings
Expand Down

0 comments on commit a29adde

Please sign in to comment.