File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
ref : ${{ github.event.pull_request.head.sha }}
36
36
37
- - name : Setup Rust toolchain
38
- uses : actions-rs/toolchain@v2
37
+ - uses : dtolnay/rust-toolchain@master
39
38
with :
40
- profile : minimal
41
- override : true
42
39
toolchain : 1.85
43
- components : rustfmt, clippy
44
40
45
41
- name : Show environment information
46
42
shell : bash
Original file line number Diff line number Diff line change 37
37
with :
38
38
ref : ${{ github.event.pull_request.head.sha }}
39
39
40
- - name : Setup Rust toolchain
41
- uses : actions-rs/toolchain@v2
40
+ - uses : dtolnay/rust-toolchain@master
42
41
with :
43
- profile : minimal
44
- override : true
45
42
toolchain : 1.85
46
- components : rustfmt, clippy
47
43
48
44
- name : Show environment information
49
45
shell : bash
You can’t perform that action at this time.
0 commit comments