diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 979d2ac4..6e297f75 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -46,10 +46,3 @@ runs: restore-keys: | ${{ runner.os }}-cargo-target-${{ hashFiles('Cargo.toml') }} ${{ runner.os }}-cargo-target - - - name: Setup toolchain - id: rustc-toolchain - shell: bash - run: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - rustup install nightly \ No newline at end of file