File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
src/tools/miri/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,10 @@ jobs:
112
112
113
113
- name : Install rustup-toolchain-install-master
114
114
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
115
- shell : bash
116
- run : |
117
- cargo install -f rustup-toolchain-install-master
115
+ run : cargo install -f rustup-toolchain-install-master
118
116
119
117
- name : Install "master" toolchain
120
- shell : bash
121
- run : |
122
- ./miri toolchain
118
+ run : ./miri toolchain
123
119
124
120
- name : Show Rust version
125
121
run : |
@@ -199,8 +195,7 @@ jobs:
199
195
git config --global user.name 'The Miri Conjob Bot'
200
196
git config --global user.email '[email protected] '
201
197
- name : get changes from rustc
202
- run : |
203
- ./miri rustc-pull
198
+ run : ./miri rustc-pull
204
199
- name : Install rustup-toolchain-install-master
205
200
run : cargo install -f rustup-toolchain-install-master
206
201
- name : format changes (if any)
You can’t perform that action at this time.
0 commit comments