Skip to content

Commit ccb3328

Browse files
committed
Bashy Mc Bashface
1 parent cec5ec4 commit ccb3328

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 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,11 @@ 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+
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
202+
shell: bash
203+
run: |
204+
cargo install -f rustup-toolchain-install-master
199205
- name: format changes (if any)
200206
run: |
201207
./miri toolchain

0 commit comments

Comments
 (0)