From 716d03f86bc9d72e56c2d803fd76ff44f29c9b3a Mon Sep 17 00:00:00 2001 From: flip1995 Date: Tue, 18 May 2021 10:03:36 +0200 Subject: [PATCH] CI: update rustup before installing the toolchain on windows --- .github/workflows/clippy_bors.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index ae6f1aa1b..f27fee87d 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -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