File tree Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -18,22 +18,16 @@ jobs:
1818 name : " cargo fmt"
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
22- - uses : actions-rs/toolchain@v1
23- with :
24- profile : minimal
25- components : rustfmt
21+ - uses : actions/checkout@v4
22+ - run : rustup show
2623 - run : ./scripts/fmt.sh
2724
2825 cargo-clippy :
2926 name : " cargo clippy"
3027 runs-on : ubuntu-latest
3128 steps :
32- - uses : actions/checkout@v3
33- - uses : actions-rs/toolchain@v1
34- with :
35- profile : minimal
36- components : clippy
29+ - uses : actions/checkout@v4
30+ - run : rustup show
3731 - uses : Swatinem/rust-cache@v2
3832 - run : ./scripts/clippy.sh
3933
5246 sudo apt-get remove --purge -y man-db
5347 sudo apt-get remove 'clang-13*' 'clang-14*' 'clang-15*' 'llvm-13*' 'llvm-14*' 'llvm-15*' 'lld-13*' 'lld-14*' 'lld-15*'
5448
55- - uses : actions/checkout@v3
56- - uses : actions-rs/toolchain@v1
57- with :
58- profile : minimal
49+ - uses : actions/checkout@v4
50+ - run : rustup show
5951 - uses : Swatinem/rust-cache@v2
6052 - run : ./scripts/test.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ [toolchain ]
2+ channel = " 1.77.2"
You can’t perform that action at this time.
0 commit comments