We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c964938 commit db3f921Copy full SHA for db3f921
src/tools/miri/.github/workflows/ci.yml
@@ -123,6 +123,8 @@ jobs:
123
run: |
124
git config --global user.name 'The Miri Cronjob Bot'
125
git config --global user.email '[email protected]'
126
+ - name: Install nightly toolchain
127
+ run: rustup toolchain install nightly --profile minimal
128
- name: get changes from rustc
129
run: ./miri rustc-pull
130
- name: Install rustup-toolchain-install-master
0 commit comments