Skip to content

Commit

Permalink
adding protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kox committed Nov 18, 2024
1 parent c1c0891 commit ba4d3c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
- name: Formatting
run: cargo fmt --all --check
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Clippy
run: cargo clippy --all-targets --all-features --no-deps

Expand Down

0 comments on commit ba4d3c9

Please sign in to comment.