ci: Pin a working nightly version

This commit is contained in:
Jonas Platte
2022-03-25 09:39:56 +01:00
parent 7a5be040fd
commit aa67464b78
3 changed files with 11 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ jobs:
with:
profile: minimal
# Needed for use of unstable options
toolchain: nightly
toolchain: nightly-2022-03-23
override: true
- uses: Swatinem/rust-cache@v1
- name: Build docs

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2022-03-23
override: true
components: rustfmt
- uses: Swatinem/rust-cache@v1
@@ -40,7 +40,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2022-03-23
override: true
- uses: Swatinem/rust-cache@v1
- name: Run checks
@@ -60,7 +60,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2022-03-23
override: true
components: clippy
- uses: Swatinem/rust-cache@v1
@@ -81,7 +81,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2022-03-23
override: true
components: clippy
- uses: Swatinem/rust-cache@v1