Skip to content

Commit

Permalink
Install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Feb 18, 2025
1 parent 48f025d commit b21d2ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
workspaces: temporalio/bridge -> target
- uses: astral-sh/setup-uv@v5
- run: uv sync --all-extras
- uses: arduino/setup-protoc@v3
with:
# TODO(cretz): Can upgrade proto when https://github.com/arduino/setup-protoc/issues/99 fixed
version: "23.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: uv build

# Add the source dist only for Linux x64 for now
Expand Down

0 comments on commit b21d2ef

Please sign in to comment.