From f5e39a86c54e6154fa6fd4c871bef3a05af14b73 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Thu, 25 May 2023 14:47:55 +0100 Subject: [PATCH] chore(ci): remove temporary fix for rustup 1.24.1 rustup#2759 was fixed in 1.24.2 and now it's 1.26.0. Let's see if everything goes well! --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c522a19a1f2..be7305570e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,10 +108,6 @@ jobs: - uses: actions/checkout@v3 - name: Dump Environment run: ci/dump-environment.sh - - name: Update Rustup (temporary workaround) - run: rustup self update - shell: bash - if: startsWith(matrix.os, 'windows') - run: rustup update --no-self-update ${{ matrix.rust }} && rustup default ${{ matrix.rust }} - run: rustup target add ${{ matrix.other }} - run: rustup component add rustc-dev llvm-tools-preview rust-docs