File tree Expand file tree Collapse file tree 4 files changed +4
-20
lines changed Expand file tree Collapse file tree 4 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 87
87
del rustup-init.exe
88
88
shell : powershell
89
89
- name : Ensure stable toolchain is up to date
90
- # Remove `rust-docs` component since `rustup update` will remove and reinstall it
91
- # which is slower than just remove it first anyway.
92
- run : |
93
- rustup component remove rust-docs || echo "already removed"
94
- rustup update stable
90
+ run : rustup update stable
95
91
shell : bash
96
92
- name : Install the target
97
93
run : |
Original file line number Diff line number Diff line change 84
84
del rustup-init.exe
85
85
shell : powershell
86
86
- name : Ensure stable toolchain is up to date
87
- # Remove `rust-docs` component since `rustup update` will remove and reinstall it
88
- # which is slower than just remove it first anyway.
89
- run : |
90
- rustup component remove rust-docs || echo "already removed"
91
- rustup update stable
87
+ run : rustup update stable
92
88
shell : bash
93
89
- name : Install the target
94
90
run : |
Original file line number Diff line number Diff line change 87
87
del rustup-init.exe
88
88
shell : powershell
89
89
- name : Ensure stable toolchain is up to date
90
- # Remove `rust-docs` component since `rustup update` will remove and reinstall it
91
- # which is slower than just remove it first anyway.
92
- run : |
93
- rustup component remove rust-docs || echo "already removed"
94
- rustup update stable
90
+ run : rustup update stable
95
91
shell : bash
96
92
- name : Install the target
97
93
run : |
Original file line number Diff line number Diff line change 95
95
del rustup-init.exe
96
96
shell : powershell
97
97
- name : Ensure stable toolchain is up to date
98
- # Remove `rust-docs` component since `rustup update` will remove and reinstall it
99
- # which is slower than just remove it first anyway.
100
- run : |
101
- rustup component remove rust-docs || echo "already removed"
102
- rustup update stable
98
+ run : rustup update stable
103
99
shell : bash
104
100
- name : Install the target
105
101
run : |
You can’t perform that action at this time.
0 commit comments