Skip to content

Commit

Permalink
ci: install protoc on cargo_publish (denoland#20577)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Sep 20, 2023
1 parent 997aa60 commit 81e5582
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cargo_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
# the latest version ever has issues that breaks publishing
deno-version: v1.31.3

- name: Install protoc
uses: arduino/setup-protoc@v2
with:
version: '21.12'
repo-token: '${{ secrets.GITHUB_TOKEN }}'

- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit 81e5582

Please sign in to comment.