Skip to content

Commit

Permalink
Remove redundant cargo components (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswald authored Mar 4, 2025
1 parent 08a350a commit 84db270
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/brew_bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_CHANNEL }}
components: cargo

- name: bottle
run: ./brew_bottle.sh ${{ github.event.inputs.versionString }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
with:
toolchain: ${{ env.RUST_CHANNEL }}
targets: ${{ matrix.target }}
components: cargo

- name: Install Cargo Deb
uses: actions-rs/[email protected]
Expand Down Expand Up @@ -92,7 +91,6 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_CHANNEL }}
components: cargo

- name: Delete previous RPM
run: rm -f target/generate-rpm/*.rpm
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
with:
toolchain: ${{ env.RUST_CHANNEL }}
targets: ${{ matrix.target }}
components: cargo

- name: Install Cargo Deb
uses: actions-rs/[email protected]
Expand Down Expand Up @@ -95,7 +94,6 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_CHANNEL }}
components: cargo

- name: Delete previous RPM
run: rm -f target/generate-rpm/*.rpm
Expand Down

0 comments on commit 84db270

Please sign in to comment.