Skip to content

Commit 38fe032

Browse files
committed
chore: fix ci
1 parent 018eb05 commit 38fe032

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-lazer-rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- uses: Swatinem/rust-cache@v2
2626
with:
2727
workspaces: "lazer -> target"
28+
- name: Install Protoc
29+
uses: arduino/setup-protoc@v3
30+
with:
31+
version: "30.2"
2832
- name: Install Foundry
2933
uses: foundry-rs/foundry-toolchain@v1
3034
- name: install extra tools

0 commit comments

Comments
 (0)