about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-06-29 06:42:02 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-06-29 07:08:30 +0000
commitccb332894cca39ce2be7d81a53798a036544a2d3 (patch)
tree9ffa39444076e32a268ee6d02580dc83b25d672f
parentcec5ec44b1921eab6ff755cfbecbb2a3b8ad120c (diff)
downloadrust-ccb332894cca39ce2be7d81a53798a036544a2d3.tar.gz
rust-ccb332894cca39ce2be7d81a53798a036544a2d3.zip
Bashy Mc Bashface
-rw-r--r--src/tools/miri/.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml
index 8068db1cf4f..2d9186cdfe5 100644
--- a/src/tools/miri/.github/workflows/ci.yml
+++ b/src/tools/miri/.github/workflows/ci.yml
@@ -186,6 +186,7 @@ jobs:
           The Miri Cronjobs Bot' \
             --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com
       # Attempt to auto-sync with rustc
+      - uses: actions/checkout@v3
       - name: install josh-proxy
         run: cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
       - name: start josh-proxy
@@ -196,6 +197,11 @@ jobs:
           git config --global user.email 'miri@cron.bot'
       - name: get changes from rustc
         run: ./miri rustc-pull
+      - name: Install rustup-toolchain-install-master
+        if: ${{ steps.cache.outputs.cache-hit != 'true' }}
+        shell: bash
+        run: |
+          cargo install -f rustup-toolchain-install-master
       - name: format changes (if any)
         run: |
           ./miri toolchain