mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Try and use regular rustup command for adding ios target
This commit is contained in:
@@ -14,8 +14,7 @@ addons:
|
||||
install:
|
||||
- |
|
||||
if [ $TRAVIS_OS_NAME = osx ]; then
|
||||
sh ~/rust-installer/rustup.rs -y --disable-sudo --prefix=/Users/travis/rust \
|
||||
--add-target=x86_64-apple-ios
|
||||
rustup target add x86_64-apple-ios
|
||||
fi
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user