Skip to content

Commit 70c552b

Browse files
authored
Rollup merge of rust-lang#7239 - flip1995:ci-windows-rustup, r=flip1995
CI: update rustup before installing the toolchain on windows Ok, fine windows, if this is what you want, take it... r? `@ghost` changelog: none
2 parents 591145c + 716d03f commit 70c552b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/clippy_bors.yml

+5
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ jobs:
9090
- name: Checkout
9191
uses: actions/checkout@v2.3.3
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+
9398
- name: Install toolchain
9499
run: rustup show active-toolchain
95100

0 commit comments

Comments
 (0)