From 70d59c630d26d71f8d425352292722159ef52b8d Mon Sep 17 00:00:00 2001 From: liulifox233 Date: Thu, 28 Nov 2024 21:49:41 +0800 Subject: [PATCH] Remove unnecessary Protoc installation in CI --- .github/workflows/check.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 975af2a..60d314d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -17,8 +17,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install Protoc - uses: arduino/setup-protoc@v3 - name: Check run: cargo check --verbose - name: Run tests