Skip to content

Commit 5f746a1

Browse files
committed
Auto merge of rust-lang#7314 - flip1995:ci-win-rustup, r=flip1995
Revert "CI: update rustup before installing the toolchain on windows" This reverts commit 716d03f. This is no longer necessary, since rustup 1.24.2 is now the default version on the windows runner. changelog: none
2 parents 3ae8faf + cd57c23 commit 5f746a1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ jobs:
9090
- name: Checkout
9191
uses: actions/[email protected]
9292

93-
# FIXME: should not be necessary once 1.24.2 is the default version on the windows runner
94-
- name: Update rustup
95-
run: rustup self update
96-
if: runner.os == 'Windows'
97-
9893
- name: Install toolchain
9994
run: rustup show active-toolchain
10095

0 commit comments

Comments
 (0)