File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v2
12
- - uses : actions-rs/ toolchain@v1
12
+ - uses : dtolnay/rust- toolchain@master
13
13
with :
14
- profile : minimal
15
14
# embedded-hal-async needs nightly.
16
15
# Use a pinned version to avoid spontaneous breakages (new clippy lints are added often)
17
16
toolchain : nightly-2022-11-22
18
- override : true
19
17
components : clippy
20
18
- run : cargo clippy -- --deny=warnings
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v2
13
- - uses : actions-rs/ toolchain@v1
13
+ - uses : dtolnay/rust- toolchain@master
14
14
with :
15
- profile : minimal
16
15
toolchain : nightly
17
- override : true
18
16
components : rustfmt
19
17
- run : cargo fmt --check
Original file line number Diff line number Diff line change @@ -27,12 +27,10 @@ jobs:
27
27
28
28
steps :
29
29
- uses : actions/checkout@v2
30
- - uses : actions-rs/ toolchain@v1
30
+ - uses : dtolnay/rust- toolchain@master
31
31
with :
32
- profile : minimal
33
32
toolchain : ${{ matrix.rust }}
34
33
target : ${{ matrix.target }}
35
- override : true
36
34
37
35
- run : sed -i '/nightly-only/d' Cargo.toml
38
36
if : matrix.rust != 'nightly'
You can’t perform that action at this time.
0 commit comments