Skip to content

Commit cd57c23

Browse files
committed
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.
1 parent 3ae8faf commit cd57c23

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)