6 lines
128 B
Bash
Executable file
6 lines
128 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
rustup target add x86_64-unknown-none
|
|
rustup component add rust-src
|
|
rustup component add llvm-tools-preview
|