Skip to content

Commit db3f921

Browse files
committed
CI: need nightly toolchain for auto-rustup PR
1 parent c964938 commit db3f921

File tree

1 file changed

+2
-0
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+2
-0
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ jobs:
123123
run: |
124124
git config --global user.name 'The Miri Cronjob Bot'
125125
git config --global user.email '[email protected]'
126+
- name: Install nightly toolchain
127+
run: rustup toolchain install nightly --profile minimal
126128
- name: get changes from rustc
127129
run: ./miri rustc-pull
128130
- name: Install rustup-toolchain-install-master

0 commit comments

Comments
 (0)