mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
install rust-std component
This commit is contained in:
parent
bcce6b988b
commit
bfa56e12f7
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
set -euxo pipefail
|
||||
|
||||
main() {
|
||||
:
|
||||
if [ $TARGET != x86_64-unknown-linux-gnu ]; then
|
||||
rustup target add $TARGET
|
||||
fi
|
||||
}
|
||||
|
||||
main
|
||||
|
|
Loading…
Reference in a new issue