Skip to content

Commit bccba4a

Browse files
committed
Disable https on Android SDK fetch
Apparently it no longer works
1 parent e4f8ab8 commit bccba4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/android-install-sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ esac;
4949

5050
filter="$filter,sys-img-$abi-android-24"
5151

52-
./android-accept-licenses.sh "android - update sdk -a --no-ui --filter $filter"
52+
./android-accept-licenses.sh "android - update sdk -a --no-ui --filter $filter --no-https"
5353

5454
echo "no" | android create avd \
5555
--name $1 \

0 commit comments

Comments
 (0)