mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
Update install scripts to match rust-toolchain
This commit is contained in:
parent
cf52d51199
commit
d28cba9d13
@ -1,6 +1,6 @@
|
|||||||
setlocal
|
setlocal
|
||||||
|
|
||||||
rustup toolchain install nightly-2020-10-25 --component rust-src rustc-dev llvm-tools-preview
|
rustup toolchain install nightly-2020-11-09 --component rust-src rustc-dev llvm-tools-preview
|
||||||
|
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
2
setup.sh
2
setup.sh
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
rustup toolchain install nightly-2020-10-25 --component rust-src rustc-dev llvm-tools-preview
|
rustup toolchain install nightly-2020-11-09 --component rust-src rustc-dev llvm-tools-preview
|
||||||
|
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
Loading…
Reference in New Issue
Block a user