8 lines
67 B
Bash
8 lines
67 B
Bash
set -euxo pipefail
|
|
|
|
main() {
|
|
rustup target add $TARGET
|
|
}
|
|
|
|
main
|