Unpin nightly in CI
This commit is contained in:
parent
80dae90925
commit
1d3d3ed82e
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
with:
|
||||
profile: minimal
|
||||
# Needed for use of unstable options
|
||||
toolchain: nightly-2022-03-23
|
||||
toolchain: nightly
|
||||
override: true
|
||||
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly-2022-03-23
|
||||
toolchain: nightly
|
||||
override: true
|
||||
components: ${{ matrix.components }}
|
||||
|
||||
|
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly-2022-03-23
|
||||
toolchain: nightly
|
||||
override: true
|
||||
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user