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 15
15
rust : [1.31.0, stable, beta, nightly]
16
16
steps :
17
17
- name : Rust install
18
- uses : actions-rs/ toolchain@v1
18
+ uses : dtolnay/rust- toolchain@master
19
19
with :
20
20
toolchain : ${{ matrix.rust }}
21
- profile : minimal
22
- override : true
23
21
- name : Checkout
24
22
uses : actions/checkout@v3
25
23
- name : Build
35
33
runs-on : ubuntu-latest
36
34
steps :
37
35
- name : Rust install
38
- uses : actions-rs/ toolchain@v1
36
+ uses : dtolnay/rust- toolchain@stable
39
37
with :
40
- toolchain : stable
41
- profile : minimal
42
- override : true
43
38
target : thumbv6m-none-eabi
44
39
- name : Checkout
45
40
uses : actions/checkout@v3
@@ -56,16 +51,13 @@ jobs:
56
51
runs-on : ubuntu-latest
57
52
steps :
58
53
- name : Rust install
59
- uses : actions-rs/ toolchain@v1
54
+ uses : dtolnay/rust- toolchain@1.62.0
60
55
with :
61
- toolchain : 1.42.0
62
- profile : minimal
63
- override : true
64
56
components : rustfmt
65
57
- name : Checkout
66
58
uses : actions/checkout@v3
67
59
- name : Check formatting
68
60
uses : actions-rs/cargo@v1
69
61
with :
70
62
command : fmt
71
- args : --all -- -- check
63
+ 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