install rust-std component

This commit is contained in:
Jorge Aparicio 2018-04-16 21:44:02 +02:00
parent bcce6b988b
commit bfa56e12f7

View file

@ -1,7 +1,9 @@
set -euxo pipefail
main() {
:
if [ $TARGET != x86_64-unknown-linux-gnu ]; then
rustup target add $TARGET
fi
}
main