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:
112112
113113 - name : Install rustup-toolchain-install-master
114114 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
118116
119117 - name : Install "master" toolchain
120- shell : bash
121- run : |
122- ./miri toolchain
118+ run : ./miri toolchain
123119
124120 - name : Show Rust version
125121 run : |
@@ -199,8 +195,7 @@ jobs:
199195 git config --global user.name 'The Miri Conjob Bot'
200196 git config --global user.email 'miri@cron.bot'
201197 - name : get changes from rustc
202- run : |
203- ./miri rustc-pull
198+ run : ./miri rustc-pull
204199 - name : Install rustup-toolchain-install-master
205200 run : cargo install -f rustup-toolchain-install-master
206201 - name : format changes (if any)
You can’t perform that action at this time.
0 commit comments