Skip to content

Commit

Permalink
CI: update rustup before installing the toolchain on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed May 18, 2021
1 parent 98b11c8 commit 716d03f
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 716d03f

Please sign in to comment.