Commit a79b379 1 parent 02de718 commit a79b379 Copy full SHA for a79b379
File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 16
16
- name : " Checkout repo"
17
17
uses : actions/checkout@v4
18
18
- name : " Install ${{ matrix.rust }} toolchain"
19
- uses : actions-rs/toolchain@v1
20
- with :
21
- toolchain : ${{ matrix.rust }}
22
- override : true
19
+ uses : dtolnay/rust-toolchain@${{ matrix.rust }}
23
20
- name : " Use cache"
24
21
uses : Swatinem/rust-cache@v2
25
22
- name : Run tests
31
28
- name : " Checkout repo"
32
29
uses : actions/checkout@v4
33
30
- name : " Install nightly toolchain"
34
- uses : actions-rs/toolchain@v1
35
- with :
36
- toolchain : nightly
37
- override : true
31
+ uses : actions-rs/toolchain@nightly
38
32
- name : " Use cache"
39
33
uses : Swatinem/rust-cache@v2
40
34
- run : rustup component add rustfmt --toolchain nightly-x86_64-unknown-linux-gnu
47
41
- name : " Checkout repo"
48
42
uses : actions/checkout@v4
49
43
- name : " Install nightly toolchain"
50
- uses : actions-rs/toolchain@v1
51
- with :
52
- toolchain : nightly
53
- override : true
44
+ uses : actions-rs/toolchain@nightly
54
45
- name : " Use cache"
55
46
uses : Swatinem/rust-cache@v2
56
47
- name : " Install clippy"
You can’t perform that action at this time.
0 commit comments