From bc5d2e137bf32bc657adfe72f119d6837301a961 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Wed, 11 Dec 2024 03:40:36 -0500 Subject: [PATCH] fix (#188) --- .github/actions/setup/action.yml | 7 ------- 1 file changed, 7 deletions(-) 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