Skip to content

Commit 2bb211e

Browse files
authored
Install protoc in run-bench CI job (#550)
1 parent 18b890e commit 2bb211e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/run-bench.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ jobs:
3838
- uses: actions/setup-python@v5
3939
with:
4040
python-version: "3.12"
41-
41+
- uses: arduino/setup-protoc@v3
42+
with:
43+
# TODO(cretz): Can upgrade proto when https://github.com/arduino/setup-protoc/issues/99 fixed
44+
version: "23.x"
45+
repo-token: ${{ secrets.GITHUB_TOKEN }}
46+
4247
# Build
4348
- run: python -m pip install --upgrade wheel poetry poethepoet
4449
- run: poetry install --no-root --all-extras

0 commit comments

Comments
 (0)