File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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-nightly- 2024-07-30
40
+ rustup update nightly-2024-07-30
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-nightly- 2024-07-30
36
+ toolchain : nightly-2024-07-30
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-nightly- 2024-07-30
70
+ toolchain : nightly-2024-07-30
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-nightly- 2024-07-30
82
+ toolchain : nightly-2024-07-30
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-nightly- 2024-07-30
94
+ toolchain : nightly-2024-07-30
95
95
default : true
96
96
components : rustfmt, clippy
97
97
- name : Clippy Check
Original file line number Diff line number Diff line change 1
1
SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
2
2
3
- cargo +nightly-nightly- 2024-07-30 build \
3
+ cargo +nightly-2024-07-30 build \
4
4
-Z build-std=std,panic_abort \
5
5
-Z build-std-features=panic_immediate_abort \
6
6
--manifest-path=" $SCRIPT_DIR /../Cargo.toml" \
You can’t perform that action at this time.
0 commit comments