Skip to content

Commit 3b39ae5

Browse files
script3rclaude
andcommitted
Fix CI: install protobuf-compiler for proto compilation
The build requires protoc to compile the gRPC proto definitions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 7d9bffe commit 3b39ae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
uses: actions/checkout@v4
1414
- name: Install Rust
1515
uses: dtolnay/rust-toolchain@stable
16+
- name: Install protoc
17+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
1618
- name: Build
1719
run: cargo build
1820
- name: Test

0 commit comments

Comments
 (0)