Skip to content

Commit

Permalink
Rollup merge of rust-lang#7239 - flip1995:ci-windows-rustup, r=flip1995
Browse files Browse the repository at this point in the history
CI: update rustup before installing the toolchain on windows

Ok, fine windows, if this is what you want, take it...

r? `@ghost`

changelog: none
  • Loading branch information
flip1995 committed May 18, 2021
2 parents 591145c + 716d03f commit 70c552b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ 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

Expand Down

0 comments on commit 70c552b

Please sign in to comment.