File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions-rs/toolchain@v1
20
20
with :
21
21
profile : minimal
22
- toolchain : nightly
22
+ toolchain : stable
23
23
target : ${{ matrix.target }}
24
24
override : true
25
25
- uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change 18
18
- uses : actions-rs/toolchain@v1
19
19
with :
20
20
profile : minimal
21
- toolchain : nightly
21
+ toolchain : stable
22
22
override : true
23
23
components : clippy
24
24
- uses : actions-rs/clippy-check@v1
Original file line number Diff line number Diff line change 13
13
- uses : actions-rs/toolchain@v1
14
14
with :
15
15
profile : minimal
16
- toolchain : nightly
16
+ toolchain : stable
17
17
target : thumbv6m-none-eabi
18
18
override : true
19
19
- uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change 13
13
- uses : actions-rs/toolchain@v1
14
14
with :
15
15
profile : minimal
16
- toolchain : nightly
16
+ toolchain : stable
17
17
override : true
18
18
components : rustfmt
19
19
- uses : actions-rs/cargo@v1
You can’t perform that action at this time.
0 commit comments