Skip to content

Commit

Permalink
Don't need to install toolchain on host
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Nov 4, 2024
1 parent f92ea22 commit 65f38aa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ jobs:
- uses: cargo-bins/cargo-binstall@v1.10.10
- name: Install cross-rs
run: cargo binstall cross
- name: Install toolchain
run: |
rustup set auto-self-update disable
rustup toolchain install stable --profile minimal
rustup toolchain install nightly --profile minimal
rustup target add ${{ matrix.build.target }}
rustup component add clippy --toolchain nightly
- name: Check
run: |
cross clippy --locked -- -D warnings
Expand Down

0 comments on commit 65f38aa

Please sign in to comment.