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:
18
18
name : " cargo fmt"
19
19
runs-on : ubuntu-latest
20
20
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
26
23
- run : ./scripts/fmt.sh
27
24
28
25
cargo-clippy :
29
26
name : " cargo clippy"
30
27
runs-on : ubuntu-latest
31
28
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
37
31
- uses : Swatinem/rust-cache@v2
38
32
- run : ./scripts/clippy.sh
39
33
52
46
sudo apt-get remove --purge -y man-db
53
47
sudo apt-get remove 'clang-13*' 'clang-14*' 'clang-15*' 'llvm-13*' 'llvm-14*' 'llvm-15*' 'lld-13*' 'lld-14*' 'lld-15*'
54
48
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
59
51
- uses : Swatinem/rust-cache@v2
60
52
- 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