mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
Try and use regular rustup command for adding ios target
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user