We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f025d commit b21d2efCopy full SHA for b21d2ef
.github/workflows/build-binaries.yml
@@ -46,6 +46,11 @@ jobs:
46
workspaces: temporalio/bridge -> target
47
- uses: astral-sh/setup-uv@v5
48
- 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 }}
54
- run: uv build
55
56
# Add the source dist only for Linux x64 for now
0 commit comments