mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 21:31:29 +11:00
Try and use regular rustup command for adding ios target
This commit is contained in:
parent
2179d49656
commit
517bb3692b
|
@ -14,8 +14,7 @@ addons:
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ $TRAVIS_OS_NAME = osx ]; then
|
if [ $TRAVIS_OS_NAME = osx ]; then
|
||||||
sh ~/rust-installer/rustup.rs -y --disable-sudo --prefix=/Users/travis/rust \
|
rustup target add x86_64-apple-ios
|
||||||
--add-target=x86_64-apple-ios
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue