ci: Fixes to toolchain installation

This commit is contained in:
Jonas Platte 2023-06-07 17:02:34 +02:00 committed by Jonas Platte
parent b5339ceaba
commit c8b74bec0d
2 changed files with 2 additions and 3 deletions

View File

@ -168,8 +168,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Rust stable
if: matrix.rust == 'stable'
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}

View File

@ -62,7 +62,7 @@ jobs:
key: |
${{ steps.cachekey.outputs[format('cachekey-{0}', matrix.cachekey-id)] }}
- name: Install rust stable toolchain
- name: Install Rust stable toolchain
if: steps.xtask-cache.outputs.cache-hit != 'true'
uses: dtolnay/rust-toolchain@stable