Skip to content

Commit 54388d5

Browse files
committed
add protoc to github action
1 parent c5eea80 commit 54388d5

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
@@ -148,6 +148,8 @@ jobs:
148148
runs-on: ubuntu-latest
149149
steps:
150150
- uses: actions/checkout@v5
151+
- name: Install Protoc
152+
uses: arduino/setup-protoc@v3
151153
- name: Setup Nightly Rust toolchain
152154
uses: ./.github/actions/setup-builder
153155
- name: Generate minimal versions lockfile

0 commit comments

Comments
 (0)