File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v2
12- - uses : actions-rs/ toolchain@v1
12+ - uses : dtolnay/rust- toolchain@master
1313 with :
14- profile : minimal
1514 # embedded-hal-async needs nightly.
1615 # Use a pinned version to avoid spontaneous breakages (new clippy lints are added often)
1716 toolchain : nightly-2022-11-22
18- override : true
1917 components : clippy
2018 - run : cargo clippy -- --deny=warnings
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
13- - uses : actions-rs/ toolchain@v1
13+ - uses : dtolnay/rust- toolchain@master
1414 with :
15- profile : minimal
1615 toolchain : nightly
17- override : true
1816 components : rustfmt
1917 - run : cargo fmt --check
Original file line number Diff line number Diff line change @@ -27,12 +27,10 @@ jobs:
2727
2828 steps :
2929 - uses : actions/checkout@v2
30- - uses : actions-rs/ toolchain@v1
30+ - uses : dtolnay/rust- toolchain@master
3131 with :
32- profile : minimal
3332 toolchain : ${{ matrix.rust }}
3433 target : ${{ matrix.target }}
35- override : true
3634
3735 - run : sed -i '/nightly-only/d' Cargo.toml
3836 if : matrix.rust != 'nightly'
You can’t perform that action at this time.
0 commit comments