From 65f38aaa509e26720cfc667aba18cc01c62487cb Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 3 Nov 2024 22:08:56 -0600 Subject: [PATCH] Don't need to install toolchain on host --- .github/workflows/integration.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 39639625..11617c96 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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