From b1bef0b1a6cfccbb5e0229e646f46edc0678368e Mon Sep 17 00:00:00 2001 From: Gwo Tzu-Hsing Date: Mon, 22 Jul 2024 15:15:17 +0800 Subject: [PATCH] chore: remove the protoc action in github ci --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6355ae1..f0311933 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,6 @@ jobs: override: true components: rustfmt, clippy - - name: Install Protoc - uses: arduino/setup-protoc@v2 - # `cargo check` command here will use installed `nightly` # as it is set as an "override" for current directory