Skip to content

Commit acb8edb

Browse files
committed
fix(ci): install protoc in publish-crates-io
1 parent ef45441 commit acb8edb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,10 @@ jobs:
413413
ref: ${{ needs.changelogs.outputs.git_hash }}
414414
fetch-tags: true
415415
fetch-depth: 0
416+
- name: Install protoc
417+
run: |
418+
sudo apt-get update
419+
sudo apt-get install -y protobuf-compiler
416420
- name: Authenticate with crates.io
417421
uses: rust-lang/crates-io-auth-action@v1
418422
id: auth

0 commit comments

Comments
 (0)