We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42ef14 commit 4a56c47Copy full SHA for 4a56c47
ci/android-install-ndk.sh
@@ -11,7 +11,7 @@
11
12
set -ex
13
14
-curl --retry 5 -O https://dl.google.com/android/repository/android-ndk-r15b-linux-x86_64.zip
+curl --retry 10 -O https://dl.google.com/android/repository/android-ndk-r15b-linux-x86_64.zip
15
unzip -q android-ndk-r15b-linux-x86_64.zip
16
17
case "$1" in
ci/android-install-sdk.sh
@@ -19,7 +19,7 @@ set -ex
19
# which apparently magically accepts the licenses.
20
21
mkdir sdk
22
-curl --retry 5 https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip -O
+curl --retry 10 https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip -O
23
unzip -d sdk sdk-tools-linux-3859397.zip
24
25
0 commit comments