Skip to content

Commit d061edd

Browse files
committed
Auto merge of rust-lang#2947 - oli-obk:gha_mk_pr, r=RalfJung
Try to fix cronjob PR creation The main tests use `bash` several times, maybe that is the issue here, too?
2 parents a3cea7f + 2039e7c commit d061edd

File tree

1 file changed

+3
-0
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+3
-0
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 '[email protected]'
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

0 commit comments

Comments
 (0)