Skip to content

Commit 716d03f

Browse files
committed
CI: update rustup before installing the toolchain on windows
1 parent 98b11c8 commit 716d03f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ 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+
9398
- name: Install toolchain
9499
run: rustup show active-toolchain
95100

0 commit comments

Comments
 (0)