File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 linux-armv7-rpi :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions-rs/ toolchain@v1
24+ - uses : actions-rust-lang/setup-rust- toolchain@v1
2525 with :
26- profile : minimal
2726 toolchain : stable
28- default : true
2927 target : armv7-unknown-linux-gnueabihf
3028 - uses : actions/checkout@v4
3129 - run : sudo apt update
Original file line number Diff line number Diff line change @@ -21,13 +21,11 @@ jobs:
2121 lint :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions-rs/ toolchain@v1
24+ - uses : actions-rust-lang/setup-rust- toolchain@v1
2525 with :
26- profile : minimal
2726 # Use the latest stable Rust version for lint checks to
2827 # verify any new Clippy warnings that may appear.
2928 toolchain : stable
30- default : true
3129 components : clippy, rustfmt
3230 - uses : actions/checkout@v4
3331 - run : sudo apt update
You can’t perform that action at this time.
0 commit comments