diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2021-06-03 08:55:15 +0200 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-06-03 08:55:15 +0200 |
| commit | cd57c2307cc4b56b17c8ba5fad918e54fc07bd26 (patch) | |
| tree | 0ba3c690ff8bf574b1a3d62c43f9d5707e71b3ef | |
| parent | 3ae8faff4d46ad92f194c2a4b941c3152a701b31 (diff) | |
| download | rust-cd57c2307cc4b56b17c8ba5fad918e54fc07bd26.tar.gz rust-cd57c2307cc4b56b17c8ba5fad918e54fc07bd26.zip | |
Revert "CI: update rustup before installing the toolchain on windows"
This reverts commit 716d03f86bc9d72e56c2d803fd76ff44f29c9b3a. This is no longer necessary, since rustup 1.24.2 is now the default version on the windows runner.
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index f27fee87dc1..ae6f1aa1b30 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -90,11 +90,6 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.3 - # FIXME: should not be necessary once 1.24.2 is the default version on the windows runner - - name: Update rustup - run: rustup self update - if: runner.os == 'Windows' - - name: Install toolchain run: rustup show active-toolchain |
