File tree Expand file tree Collapse file tree 3 files changed +8
-23
lines changed Expand file tree Collapse file tree 3 files changed +8
-23
lines changed Original file line number Diff line number Diff line change 21
21
]
22
22
steps :
23
23
- name : Rust install
24
- uses : actions-rs/ toolchain@v1
24
+ uses : dtolnay/rust- toolchain@master
25
25
with :
26
26
toolchain : ${{ matrix.rust }}
27
- profile : minimal
28
- override : true
29
27
- name : Checkout
30
28
uses : actions/checkout@v3
31
29
- name : Build
41
39
runs-on : ubuntu-latest
42
40
steps :
43
41
- name : Rust install
44
- uses : actions-rs/ toolchain@v1
42
+ uses : dtolnay/rust- toolchain@stable
45
43
with :
46
- toolchain : stable
47
- profile : minimal
48
- override : true
49
44
target : thumbv6m-none-eabi
50
45
- name : Checkout
51
46
uses : actions/checkout@v3
@@ -60,16 +55,13 @@ jobs:
60
55
runs-on : ubuntu-latest
61
56
steps :
62
57
- name : Rust install
63
- uses : actions-rs/ toolchain@v1
58
+ uses : dtolnay/rust- toolchain@1.62.0
64
59
with :
65
- toolchain : 1.42.0
66
- profile : minimal
67
- override : true
68
60
components : rustfmt
69
61
- name : Checkout
70
62
uses : actions/checkout@v3
71
63
- name : Check formatting
72
64
uses : actions-rs/cargo@v1
73
65
with :
74
66
command : fmt
75
- args : --all -- -- check
67
+ args : --all --check
Original file line number Diff line number Diff line change 16
16
rust : [1.31.0, stable]
17
17
steps :
18
18
- name : Rust install
19
- uses : actions-rs/ toolchain@v1
19
+ uses : dtolnay/rust- toolchain@master
20
20
with :
21
21
toolchain : ${{ matrix.rust }}
22
- profile : minimal
23
- override : true
24
22
- name : Checkout
25
23
uses : actions/checkout@v3
26
24
- name : Build
Original file line number Diff line number Diff line change 12
12
rust : [1.31.0, stable]
13
13
steps :
14
14
- name : Rust install
15
- uses : actions-rs/ toolchain@v1
15
+ uses : dtolnay/rust- toolchain@master
16
16
with :
17
17
toolchain : ${{ matrix.rust }}
18
- profile : minimal
19
- override : true
20
18
- name : Checkout
21
19
uses : actions/checkout@v3
22
20
- name : Build
@@ -31,16 +29,13 @@ jobs:
31
29
runs-on : ubuntu-latest
32
30
steps :
33
31
- name : Rust install
34
- uses : actions-rs/ toolchain@v1
32
+ uses : dtolnay/rust- toolchain@1.62.0
35
33
with :
36
- toolchain : 1.42.0
37
- profile : minimal
38
- override : true
39
34
components : rustfmt
40
35
- name : Checkout
41
36
uses : actions/checkout@v3
42
37
- name : Check formatting
43
38
uses : actions-rs/cargo@v1
44
39
with :
45
40
command : fmt
46
- args : --all -- -- check
41
+ args : --all --check
You can’t perform that action at this time.
0 commit comments