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:
186186 The Miri Cronjobs Bot' \
187187 --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com
188188 # Attempt to auto-sync with rustc
189+ - uses : actions/checkout@v3
189190 - name : install josh-proxy
190191 run : cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
191192 - name : start josh-proxy
@@ -196,6 +197,8 @@ jobs:
196197 git config --global user.email 'miri@cron.bot'
197198 - name : get changes from rustc
198199 run : ./miri rustc-pull
200+ - name : Install rustup-toolchain-install-master
201+ run : cargo install -f rustup-toolchain-install-master
199202 - name : format changes (if any)
200203 run : |
201204 ./miri toolchain
You can’t perform that action at this time.
0 commit comments