Skip to content

Commit da58053

Browse files
committed
Install protoc in CI matrix jobs
1 parent e35ddfb commit da58053

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ jobs:
4141
with:
4242
workspaces: "shim -> target"
4343

44+
- name: Set up protoc
45+
uses: arduino/setup-protoc@v3
46+
with:
47+
version: "31.x"
48+
49+
- name: Verify protoc
50+
run: protoc --version
51+
4452
- name: Build Rust shim (debug)
4553
working-directory: shim
4654
run: cargo build --locked

0 commit comments

Comments
 (0)