Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from semiotic-ai/joseph/tru-271-update-protobu…
Browse files Browse the repository at this point in the history
…f-compiler-in-ci

ci: use protoc v3 in CI
  • Loading branch information
suchapalaver authored Aug 22, 2024
2 parents 2a5b202 + 11878c6 commit 92a6e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: cargo fmt -- --check

- name: Install Protoc
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
uses: arduino/setup-protoc@v3

- name: Install Clippy
run: rustup component add clippy
Expand Down

0 comments on commit 92a6e8c

Please sign in to comment.