From 1ad211e691c3cd4755a02609298a4a943c809a3a Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Mon, 17 Jun 2024 10:55:45 +1000 Subject: [PATCH] Remove protoc dep --- .github/workflows/test-suite.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 0ba0981..6e555d2 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -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 @@ -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 @@ -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