Lock CI rustc to working nightly (https://github.com/rust-lang/rust/issues/68264)
This commit is contained in:
parent
0e6be32a8c
commit
ee71df9d0b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -24,10 +24,10 @@ jobs:
|
|||
submodules: true
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
toolchain: nightly-2020-01-14
|
||||
profile: minimal
|
||||
default: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
toolchain: nightly
|
||||
args: --release ${{ matrix.features }}
|
||||
|
|
Loading…
Add table
Reference in a new issue