This repository was archived by the owner on Oct 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
- uses : actions-rs/toolchain@v1
35
35
with :
36
36
components : clippy
37
- toolchain : nightly
37
+ toolchain : nightly-2021-09-30
38
38
profile : minimal
39
39
target : x86_64-unknown-linux-musl
40
40
override : true
64
64
- uses : actions-rs/toolchain@v1
65
65
with :
66
66
components : clippy
67
- toolchain : nightly
67
+ toolchain : nightly-2021-09-30
68
68
profile : minimal
69
69
target : x86_64-unknown-linux-musl
70
70
override : true
Original file line number Diff line number Diff line change 13
13
- uses : actions-rs/toolchain@v1
14
14
with :
15
15
target : x86_64-unknown-linux-musl
16
- toolchain : nightly
16
+ toolchain : nightly-2021-09-30
17
17
override : true
18
18
- uses : actions-rs/cargo@v1
19
19
with :
39
39
- uses : actions-rs/toolchain@v1
40
40
with :
41
41
target : x86_64-unknown-linux-musl
42
- toolchain : nightly
42
+ toolchain : nightly-2021-09-30
43
43
override : true
44
44
- run : cargo test ${{ matrix.profile.flag }}
45
45
working-directory : internal/${{ matrix.crate }}
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ fn main() {
231
231
. envs ( & filtered_env)
232
232
. stdout ( stdout)
233
233
. stderr ( stderr)
234
- . arg ( "+nightly" )
234
+ . arg ( "+nightly-2021-09-30 " )
235
235
. arg ( "build" )
236
236
. args ( profile)
237
237
. arg ( "--target-dir" )
You can’t perform that action at this time.
0 commit comments