diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef99be45..d4b4104d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Install Rust Toolchain - run: rustup update ${{ matrix.channel }}-${{ matrix.rust_target }} && rustup default ${{ matrix.channel }}-${{ matrix.rust_target }} + run: rustup default ${{ matrix.channel }}-${{ matrix.rust_target }} - name: Install cargo-hack run: cargo install cargo-hack