diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2021-05-18 10:03:36 +0200 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-05-18 10:03:36 +0200 |
| commit | 716d03f86bc9d72e56c2d803fd76ff44f29c9b3a (patch) | |
| tree | 87b8cc7cc222cacef1e5114ac510f97892bffed7 | |
| parent | 98b11c8f7bfd7efd5044b6011ba1f4d71f46b223 (diff) | |
| download | rust-716d03f86bc9d72e56c2d803fd76ff44f29c9b3a.tar.gz rust-716d03f86bc9d72e56c2d803fd76ff44f29c9b3a.zip | |
CI: update rustup before installing the toolchain on windows
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index ae6f1aa1b30..f27fee87dc1 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 |
