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
|
submodules: true
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly-2020-01-14
|
||||||
override: true
|
profile: minimal
|
||||||
|
default: true
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
toolchain: nightly
|
|
||||||
args: --release ${{ matrix.features }}
|
args: --release ${{ matrix.features }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue