CI: need nightly toolchain for auto-rustup PR
This commit is contained in:
parent
c96493829b
commit
db3f92144d
1 changed files with 2 additions and 0 deletions
2
src/tools/miri/.github/workflows/ci.yml
vendored
2
src/tools/miri/.github/workflows/ci.yml
vendored
|
|
@ -123,6 +123,8 @@ jobs:
|
|||
run: |
|
||||
git config --global user.name 'The Miri Cronjob Bot'
|
||||
git config --global user.email 'miri@cron.bot'
|
||||
- name: Install nightly toolchain
|
||||
run: rustup toolchain install nightly --profile minimal
|
||||
- name: get changes from rustc
|
||||
run: ./miri rustc-pull
|
||||
- name: Install rustup-toolchain-install-master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue