Skip to content

Commit

Permalink
Install protoc in cargo-publish CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Aug 5, 2024
1 parent 6d83879 commit c39e0af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,12 @@ jobs:
test "${{ steps.release.outputs.group2 }}" \
== $(make cargo.version crate=${{ steps.release.outputs.group1 }})
- uses: arduino/setup-protoc@v3
with:
version: ${{ env.PROTOC_VER }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
if: ${{ startsWith(github.ref, 'refs/tags/medea-control-api-proto-') }}

- run: make release.cargo crate=${{ steps.release.outputs.group1 }}
publish=yes
env:
Expand Down

0 comments on commit c39e0af

Please sign in to comment.