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 8197f07 commit feab324Copy full SHA for feab324
src/tools/miri/.github/workflows/setup/action.yml
@@ -35,6 +35,10 @@ runs:
35
run: cargo install -f rustup-toolchain-install-master hyperfine
36
shell: bash
37
38
+ - name: Install nightly toolchain
39
+ run: rustup toolchain install nightly --profile minimal
40
+ shell: bash
41
+
42
- name: Install "master" toolchain
43
run: |
44
if [[ ${{ github.event_name }} == 'schedule' ]]; then
0 commit comments