Skip to content

Commit

Permalink
Skip installing protoc where it is unneeded (#1604)
Browse files Browse the repository at this point in the history
This seems to have been cargo-culted to lots of places where it is redundant.
  • Loading branch information
richvdh authored Mar 1, 2023
1 parent 862b4a3 commit bdb9d27
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/bindings_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Rust
uses: dtolnay/rust-toolchain@nightly

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,6 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v3

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/xtask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ jobs:
key: |
${{ steps.cachekey.outputs[format('cachekey-{0}', matrix.cachekey-id)] }}
- name: Install Protoc
if: steps.xtask-cache.outputs.cache-hit != 'true'
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install rust stable toolchain
if: steps.xtask-cache.outputs.cache-hit != 'true'
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit bdb9d27

Please sign in to comment.