]> git.lizzy.rs Git - rust.git/commitdiff
CI: update rustup before installing the toolchain on windows
authorflip1995 <philipp.krones@embecosm.com>
Tue, 18 May 2021 08:03:36 +0000 (10:03 +0200)
committerflip1995 <philipp.krones@embecosm.com>
Tue, 18 May 2021 08:03:36 +0000 (10:03 +0200)
.github/workflows/clippy_bors.yml

index ae6f1aa1b30be0c3ae0c57f1e8d163eea13ef41b..f27fee87dc1653f508555f90661143aa338a5e2c 100644 (file)
@@ -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