File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- name : Install latest stable Rust toolchain
31
31
if : steps.mdbook-cache.outputs.cache-hit != 'true'
32
- uses : actions-rs/toolchain@v1
33
- with :
34
- toolchain : stable
35
- override : true
32
+ run : |
33
+ rustup update stable
34
+ rustup override set stable
36
35
37
36
- name : Install Dependencies
38
37
if : steps.mdbook-cache.outputs.cache-hit != 'true'
67
66
68
67
- name : Install latest stable Rust toolchain
69
68
if : steps.mdbook-cache.outputs.cache-hit != 'true'
70
- uses : actions-rs/toolchain@v1
71
- with :
72
- toolchain : stable
73
- override : true
69
+ run : |
70
+ rustup update stable
71
+ rustup override set stable
74
72
75
73
- name : Install Dependencies
76
74
if : steps.mdbook-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 29
29
30
30
- name : Install latest stable Rust toolchain
31
31
if : steps.mdbook-cache.outputs.cache-hit != 'true'
32
- uses : actions-rs/toolchain@v1
33
- with :
34
- toolchain : stable
35
- override : true
32
+ run : |
33
+ rustup update stable
34
+ rustup override set stable
36
35
37
36
- name : Install Dependencies
38
37
if : steps.mdbook-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments