Skip to content

Commit efe9204

Browse files
committed
Install protoc
1 parent 17fe798 commit efe9204

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-binaries.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
workspaces: temporalio/bridge -> target
4747
- uses: astral-sh/setup-uv@v5
4848
- run: uv sync --all-extras
49+
- uses: arduino/setup-protoc@v3
50+
with:
51+
# TODO(cretz): Can upgrade proto when https://github.com/arduino/setup-protoc/issues/99 fixed
52+
version: "23.x"
53+
repo-token: ${{ secrets.GITHUB_TOKEN }}
4954
- run: uv build
5055

5156
# Add the source dist only for Linux x64 for now

0 commit comments

Comments
 (0)