From 6a0eb4540a46479f84d77905d6feabd892b3ce2f Mon Sep 17 00:00:00 2001 From: James Watkins-Harvey Date: Thu, 13 Jun 2024 15:57:57 -0400 Subject: [PATCH] Install protoc in run-bench CI job --- .github/workflows/run-bench.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-bench.yml b/.github/workflows/run-bench.yml index 7ccb85b12..d8999a3ba 100644 --- a/.github/workflows/run-bench.yml +++ b/.github/workflows/run-bench.yml @@ -38,7 +38,12 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" - + - 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 }} + # Build - run: python -m pip install --upgrade wheel poetry poethepoet - run: poetry install --no-root --all-extras