Skip to content

Commit ee71df9

Browse files
committed
Lock CI rustc to working nightly (rust-lang/rust#68264)
1 parent 0e6be32 commit ee71df9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
submodules: true
2525
- uses: actions-rs/toolchain@v1
2626
with:
27-
toolchain: nightly
28-
override: true
27+
toolchain: nightly-2020-01-14
28+
profile: minimal
29+
default: true
2930
- uses: actions-rs/cargo@v1
3031
with:
3132
command: test
32-
toolchain: nightly
3333
args: --release ${{ matrix.features }}

0 commit comments

Comments
 (0)