File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
20
- - name : Install Rust
21
- uses : dtolnay/rust-toolchain@v1
22
- with :
23
- toolchain : stable
24
-
25
20
- name : Emit rustc version
26
21
run : |
27
22
rustc --version > .rustc-version
Original file line number Diff line number Diff line change 22
22
23
23
- uses : actions/checkout@v4
24
24
25
- - name : Install Rust
26
- uses : dtolnay/rust-toolchain@v1
27
- with :
28
- toolchain : stable
29
-
30
25
- name : Emit rustc version
31
26
run : |
32
27
rustc --version > .rustc-version
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
20
- - name : Install Rust
21
- uses : dtolnay/rust-toolchain@v1
22
- with :
23
- toolchain : stable
24
-
25
20
- name : Emit rustc version
26
21
run : |
27
22
rustc --version > .rustc-version
You can’t perform that action at this time.
0 commit comments