File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/tools/miri/.github/workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,8 @@ jobs:
188188 --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com
189189 # Attempt to auto-sync with rustc
190190 - uses : actions/checkout@v3
191+ with :
192+ fetch-depth : 256 # get a bit more of the history
191193 - name : install josh-proxy
192194 run : cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
193195 - name : start josh-proxy
@@ -198,8 +200,6 @@ jobs:
198200 git config --global user.email 'miri@cron.bot'
199201 - name : get changes from rustc
200202 run : |
201- git status # just to see more of what is happening
202- git checkout master # by default we are not on a branch
203203 ./miri rustc-pull
204204 - name : Install rustup-toolchain-install-master
205205 run : cargo install -f rustup-toolchain-install-master
You can’t perform that action at this time.
0 commit comments