mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-26 05:29:38 +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
|
set -euxo pipefail
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
:
|
if [ $TARGET != x86_64-unknown-linux-gnu ]; then
|
||||||
|
rustup target add $TARGET
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
Loading…
Reference in a new issue