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