Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Remove unnecessary Protoc installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liulifox233 committed Nov 28, 2024
1 parent 299af49 commit 70d59c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70d59c6

Please sign in to comment.