Skip to content

Commit

Permalink
Remove protoc dep
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Jun 17, 2024
1 parent cc0b973 commit 1ad211e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: arduino/setup-protoc@e52d9eb8f7b63115df1ac544a1376fdbf5a39612
- name: Get latest version of stable Rust
run: rustup update stable
- name: Check formatting with cargo fmt
Expand All @@ -25,7 +24,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: arduino/setup-protoc@e52d9eb8f7b63115df1ac544a1376fdbf5a39612
- name: Get latest version of stable Rust
run: rustup update stable
- name: Check style with clippy
Expand All @@ -38,7 +36,6 @@ jobs:
name: test-${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: arduino/setup-protoc@e52d9eb8f7b63115df1ac544a1376fdbf5a39612
- name: Get latest version of stable Rust
run: rustup update stable
- name: Run tests
Expand Down

0 comments on commit 1ad211e

Please sign in to comment.