diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6e734c99..0f4734a0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,11 +24,6 @@ jobs: with: toolchain: stable - - name: Install Protoc - uses: arduino/setup-protoc@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/cache@v3 with: path: | @@ -65,11 +60,6 @@ jobs: with: tool: cross - - name: Install Protoc - uses: arduino/setup-protoc@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/cache@v3 with: path: | @@ -105,11 +95,6 @@ jobs: with: toolchain: stable - - name: Install Protoc - uses: arduino/setup-protoc@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: taiki-e/install-action@v2 name: Install nextest with: @@ -140,11 +125,6 @@ jobs: with: toolchain: stable - - name: Install Protoc - uses: arduino/setup-protoc@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/cache@v3 with: path: | @@ -189,11 +169,6 @@ jobs: with: toolchain: stable - - name: Install Protoc - uses: arduino/setup-protoc@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: taiki-e/install-action@v2 name: Install nextest with: @@ -224,11 +199,6 @@ jobs: toolchain: stable components: clippy - - name: Install Protoc - uses: arduino/setup-protoc@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/cache@v3 with: path: | |
