Skip to content

Commit 81e5582

Browse files
authored
ci: install protoc on cargo_publish (#20577)
Closes #20576
1 parent 997aa60 commit 81e5582

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cargo_publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
# the latest version ever has issues that breaks publishing
3535
deno-version: v1.31.3
3636

37+
- name: Install protoc
38+
uses: arduino/setup-protoc@v2
39+
with:
40+
version: '21.12'
41+
repo-token: '${{ secrets.GITHUB_TOKEN }}'
42+
3743
- name: Publish
3844
env:
3945
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)