Skip to content

Commit 2385878

Browse files
committed
fix: protoc for ci
1 parent 2b3c274 commit 2385878

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/sp1.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v5
3232

33+
- name: Install Protoc
34+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
35+
3336
- name: Cache Build artifacts
3437
uses: Swatinem/rust-cache@v2.8.2
3538
with:

0 commit comments

Comments
 (0)