CI: need nightly toolchain for auto-rustup PR

This commit is contained in:
Ralf Jung 2024-08-14 07:47:24 +02:00
parent c96493829b
commit db3f92144d

View file

@ -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