Skip to content

Commit 0016809

Browse files
authored
Install protoc in publish step of release CI (#25)
2 parents 665d930 + e8dd064 commit 0016809

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,13 @@ jobs:
7171
id-token: write
7272
steps:
7373
- uses: actions/checkout@v5
74+
7475
- uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1.0.3
7576
id: auth
77+
78+
- name: Install protoc
79+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
80+
7681
- run: cargo publish
7782
env:
7883
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}

0 commit comments

Comments
 (0)