Skip to content

Commit d5d4494

Browse files
committed
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.
1 parent d6d711d commit d5d4494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/scripts/android-sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ download_sysimage() {
3131
# Keep printing yes to accept the licenses
3232
while true; do echo yes; sleep 10; done | \
3333
/android/sdk/tools/android update sdk -a --no-ui \
34-
--filter "$filter"
34+
--filter "$filter" --no-https
3535
}
3636

3737
create_avd() {

0 commit comments

Comments
 (0)