1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

ci: install protoc on cargo_publish (#20577)

Closes https://github.com/denoland/deno/issues/20576
This commit is contained in:
David Sherret 2023-09-19 20:24:20 -04:00 committed by GitHub
parent 997aa604df
commit 81e55821d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}