ci: Fix toolchain installation job name inconsistencies

This commit is contained in:
Jonas Platte
2022-03-03 11:05:51 +01:00
parent e575c27601
commit 2182ebdd16
5 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Install rust
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust || 'stable' }}

View File

@@ -18,7 +18,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Install rust
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
@@ -53,7 +53,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Install rust
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
@@ -116,7 +116,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Install rust
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust || 'stable' }}
@@ -164,7 +164,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Install rust
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust || 'stable' }}

View File

@@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install stable toolchain
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable

View File

@@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install stable toolchain
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal

View File

@@ -49,7 +49,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Install rust
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
@@ -124,7 +124,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Install rust
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable