CI: update rustup before installing the toolchain on windows

This commit is contained in:
flip1995 2021-05-18 10:03:36 +02:00
parent 98b11c8f7b
commit 716d03f86b
No known key found for this signature in database
GPG Key ID: 1CA0DF2AF59D68A5

View 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