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:
188
188
--user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com
189
189
# Attempt to auto-sync with rustc
190
190
- uses : actions/checkout@v3
191
+ with :
192
+ fetch-depth : 256 # get a bit more of the history
191
193
- name : install josh-proxy
192
194
run : cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
193
195
- name : start josh-proxy
@@ -198,8 +200,6 @@ jobs:
198
200
git config --global user.email '[email protected] '
199
201
- name : get changes from rustc
200
202
run : |
201
- git status # just to see more of what is happening
202
- git checkout master # by default we are not on a branch
203
203
./miri rustc-pull
204
204
- name : Install rustup-toolchain-install-master
205
205
run : cargo install -f rustup-toolchain-install-master
You can’t perform that action at this time.
0 commit comments