mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-22 05:24:48 +00:00
ci: Fix installing the Android SDK
Apparently the https urls are broken due to some certificate validation whatnots, and so far the least intrusive solution I've found is to just disable that.
This commit is contained in:
parent
d6d711dd8f
commit
d5d4494213
@ -31,7 +31,7 @@ download_sysimage() {
|
||||
# Keep printing yes to accept the licenses
|
||||
while true; do echo yes; sleep 10; done | \
|
||||
/android/sdk/tools/android update sdk -a --no-ui \
|
||||
--filter "$filter"
|
||||
--filter "$filter" --no-https
|
||||
}
|
||||
|
||||
create_avd() {
|
||||
|
Loading…
Reference in New Issue
Block a user