mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
0793098599
This should mean that if one of the required components is broken on a given nightly, rustup will try going backwards until it finds one which works.
3 lines
103 B
Bash
3 lines
103 B
Bash
#!/usr/bin/env bash
|
|
rustup toolchain install nightly --component rust-src rustc-dev llvm-tools-preview
|