mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
Use the --component option in setup scripts (#104)
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.
This commit is contained in:
parent
f4f1031976
commit
0793098599
@ -1,4 +1,3 @@
|
||||
setlocal
|
||||
|
||||
rustup install nightly
|
||||
rustup component add rust-src rustc-dev llvm-tools-preview
|
||||
rustup toolchain install nightly --component rust-src rustc-dev llvm-tools-preview
|
||||
|
Loading…
Reference in New Issue
Block a user