File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
rustup toolchain install nightly-2024-02-01
38
38
39
39
# Update both toolchains
40
- rustup update nightly-2024-02-01- 2023-11-24
40
+ rustup update nightly-2023-11-24
41
41
rustup update nightly-2024-02-01
42
42
43
43
# Add target
Original file line number Diff line number Diff line change 33
33
- name : Install Rust Toolchain
34
34
uses : RDXWorks-actions/toolchain@master
35
35
with :
36
- toolchain : nightly-2024-02-01-2023-11-24
36
+ toolchain : nightly-2024-02-01
37
37
default : true
38
38
components : rustfmt, clippy
39
39
- name : Install cargo nextest
67
67
- name : Install Rust Toolchain
68
68
uses : RDXWorks-actions/toolchain@master
69
69
with :
70
- toolchain : nightly-2024-02-01-2023-11-24
70
+ toolchain : nightly-2024-02-01
71
71
default : true
72
72
components : rustfmt
73
73
- name : Check formatting
79
79
- name : Install Rust Toolchain
80
80
uses : RDXWorks-actions/toolchain@master
81
81
with :
82
- toolchain : nightly-2024-02-01-2023-11-24
82
+ toolchain : nightly-2024-02-01
83
83
default : true
84
84
profile : minimal
85
85
- name : Cargo Check
91
91
- name : Install Rust Toolchain
92
92
uses : RDXWorks-actions/toolchain@master
93
93
with :
94
- toolchain : nightly-2024-02-01-2023-11-24
94
+ toolchain : nightly-2024-02-01
95
95
default : true
96
96
components : rustfmt, clippy
97
97
- name : Clippy Check
You can’t perform that action at this time.
0 commit comments