mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-24 00:37:43 +11:00
Try fix travis by switching install script to use rustup.rs
travis-ci/travis-build#993 recently switched rust builds to use rustup.rs instead of rustup.sh.
This commit is contained in:
parent
9363ee20f3
commit
2179d49656
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ addons:
|
|||
install:
|
||||
- |
|
||||
if [ $TRAVIS_OS_NAME = osx ]; then
|
||||
sh ~/rust-installer/rustup.sh -y --disable-sudo --prefix=/Users/travis/rust \
|
||||
sh ~/rust-installer/rustup.rs -y --disable-sudo --prefix=/Users/travis/rust \
|
||||
--add-target=x86_64-apple-ios
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue