mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 13:31:29 +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
|
@ -14,7 +14,7 @@ addons:
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ $TRAVIS_OS_NAME = osx ]; then
|
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
|
--add-target=x86_64-apple-ios
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue