Skip to content

Commit 07117cf

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 7ac017d commit 07117cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)