File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,12 @@ jobs:
1717 include :
1818 - os : windows-latest
1919 - os : ubuntu-latest
20- env :
21- RUST_BACKTRACE : 1
2220 steps :
2321 - uses : actions/checkout@v4
2422 - uses : actions-rs/toolchain@v1
2523 with :
2624 profile : minimal
27- toolchain : stable
25+ toolchain : " 1.89.0 "
2826 override : true
2927 - uses : actions-rs/cargo@v1
3028 with :
3836 - uses : actions-rs/toolchain@v1
3937 with :
4038 profile : minimal
41- toolchain : stable
39+ toolchain : " 1.89.0 "
4240 override : true
4341 - run : rustup component add rustfmt
4442 - uses : actions-rs/cargo@v1
5351 - uses : actions/checkout@v4
5452 - uses : actions-rs/toolchain@v1
5553 with :
56- toolchain : stable
54+ toolchain : " 1.89.0 "
5755 components : clippy
5856 override : true
5957 - uses : actions-rs/clippy-check@v1
You can’t perform that action at this time.
0 commit comments