diff options
| author | Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | 2024-10-07 08:11:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 15:11:31 +0000 |
| commit | fc293c68b5e08f5e2cf766cf9356cb42c904a3ca (patch) | |
| tree | b0fa3baec1a55472214d8557e6eb85dec6c9fc1d /.github/workflows/cargo_publish.yml | |
| parent | 9a92603a142f8bc8bfe36d2eec3d1dd86722651b (diff) | |
chore: remove protoc dep from CI (#26050)
It shouldn't be needed anymore
Diffstat (limited to '.github/workflows/cargo_publish.yml')
| -rw-r--r-- | .github/workflows/cargo_publish.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/cargo_publish.yml b/.github/workflows/cargo_publish.yml index 45f075b57..f77286c7d 100644 --- a/.github/workflows/cargo_publish.yml +++ b/.github/workflows/cargo_publish.yml @@ -32,12 +32,6 @@ jobs: with: deno-version: v1.x - - name: Install protoc - uses: arduino/setup-protoc@v3 - with: - version: '21.12' - repo-token: '${{ secrets.GITHUB_TOKEN }}' - - name: Publish env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} |
