mirror of
https://github.com/denoland/deno.git
synced 2024-12-31 11:34:15 -05:00
ci: install protoc on cargo_publish (#20577)
Closes https://github.com/denoland/deno/issues/20576
This commit is contained in:
parent
997aa604df
commit
81e55821d9
1 changed files with 6 additions and 0 deletions
6
.github/workflows/cargo_publish.yml
vendored
6
.github/workflows/cargo_publish.yml
vendored
|
@ -34,6 +34,12 @@ jobs:
|
||||||
# the latest version ever has issues that breaks publishing
|
# the latest version ever has issues that breaks publishing
|
||||||
deno-version: v1.31.3
|
deno-version: v1.31.3
|
||||||
|
|
||||||
|
- name: Install protoc
|
||||||
|
uses: arduino/setup-protoc@v2
|
||||||
|
with:
|
||||||
|
version: '21.12'
|
||||||
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
env:
|
env:
|
||||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue