summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorNathan Whitaker <17734409+nathanwhit@users.noreply.github.com>2024-10-07 08:11:31 -0700
committerGitHub <noreply@github.com>2024-10-07 15:11:31 +0000
commitfc293c68b5e08f5e2cf766cf9356cb42c904a3ca (patch)
treeb0fa3baec1a55472214d8557e6eb85dec6c9fc1d /.github/workflows/ci.yml
parent9a92603a142f8bc8bfe36d2eec3d1dd86722651b (diff)
chore: remove protoc dep from CI (#26050)
It shouldn't be needed anymore
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c114286a2..339c38b71 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -199,12 +199,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
- - name: Install protoc
- uses: arduino/setup-protoc@v3
- with:
- version: '21.12'
- repo-token: '${{ secrets.GITHUB_TOKEN }}'
- if: '!(matrix.skip)'
- if: |-
!(matrix.skip) && (matrix.profile == 'release' &&
matrix.job == 'test' &&