File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/tools/miri/.github/workflows Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ jobs:
186
186
The Miri Cronjobs Bot' \
187
187
--user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com
188
188
# Attempt to auto-sync with rustc
189
+ - uses : actions/checkout@v3
189
190
- name : install josh-proxy
190
191
run : cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
191
192
- name : start josh-proxy
@@ -196,6 +197,11 @@ jobs:
196
197
git config --global user.email '[email protected] '
197
198
- name : get changes from rustc
198
199
run : ./miri rustc-pull
200
+ - name : Install rustup-toolchain-install-master
201
+ if : ${{ steps.cache.outputs.cache-hit != 'true' }}
202
+ shell : bash
203
+ run : |
204
+ cargo install -f rustup-toolchain-install-master
199
205
- name : format changes (if any)
200
206
run : |
201
207
./miri toolchain
You can’t perform that action at this time.
0 commit comments