File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/tools/miri/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-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,8 @@ 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
+ run : cargo install -f rustup-toolchain-install-master
199
202
- name : format changes (if any)
200
203
run : |
201
204
./miri toolchain
You can’t perform that action at this time.
0 commit comments