Skip to content

Commit 34e81a3

Browse files
committed
install protoc
1 parent 7f4e1f2 commit 34e81a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,12 @@ jobs:
255255
with:
256256
enable-cache: true
257257

258+
- name: Install Protoc
259+
uses: arduino/setup-protoc@v3
260+
with:
261+
version: "27.4"
262+
repo-token: ${{ secrets.GITHUB_TOKEN }}
263+
258264
# TODO(tsaucer) is this necessary if build doesn't run pytest?
259265
- name: Install dependencies
260266
run: uv sync --dev --no-install-package datafusion
@@ -320,6 +326,12 @@ jobs:
320326
with:
321327
enable-cache: true
322328

329+
- name: Install Protoc
330+
uses: arduino/setup-protoc@v3
331+
with:
332+
version: "27.4"
333+
repo-token: ${{ secrets.GITHUB_TOKEN }}
334+
323335
- name: Install dependencies
324336
run: uv sync --dev --no-install-package datafusion
325337

0 commit comments

Comments
 (0)