File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@v2
12
12
13
13
- name : Set default toolchain
14
- run : rustup default nightly-2021-03-23
14
+ run : rustup default nightly
15
15
- name : Set profile
16
16
run : rustup set profile minimal
17
17
Original file line number Diff line number Diff line change 65
65
target
66
66
key : ${{ runner.os }}-cargo-test-md-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
67
67
- name : Set default toolchain
68
- run : rustup default nightly-2021-03-23
68
+ run : rustup default nightly
69
69
- name : Set profile
70
70
run : rustup set profile minimal
71
71
- name : Update toolchain
Original file line number Diff line number Diff line change 18
18
target
19
19
key : nightly-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
20
20
- name : Set default toolchain
21
- run : rustup default nightly-2021-03-23
21
+ run : rustup default nightly
22
22
- name : Set profile
23
23
run : rustup set profile minimal
24
24
- name : Update toolchain
You can’t perform that action at this time.
0 commit comments