Skip to content

Commit ccccf40

Browse files
authored
Merge pull request rust-lang#4218 from saethlin/tier-2-sysroots
Fix tier 2 sysroots job
2 parents b178f22 + 726c8d4 commit ccccf40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Build the sysroots
1818
run: |
19+
rustup toolchain install nightly
1920
cargo install -f rustup-toolchain-install-master
2021
./miri toolchain -c rust-docs # Docs are the only place targets are separated by tier
2122
./miri install

0 commit comments

Comments
 (0)