Skip to content

Commit 95c046f

Browse files
Add protoc install step in CI (#55)
1 parent 23170e2 commit 95c046f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Check Code Formatting
3131
run: cargo fmt --all -- --check
3232

33+
- name: Install protoc for gRPC server
34+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
35+
3336
- name: Run Clippy (Linter)
3437
run: cargo clippy --all-targets --all-features -- -D warnings
3538

0 commit comments

Comments
 (0)