Skip to content
Snippets Groups Projects
Commit ea31f5ae authored by gnzlbg's avatar gnzlbg
Browse files

Increase retries of Android downloads

parent ccad8b42
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
set -ex set -ex
NDK=android-ndk-r19c NDK=android-ndk-r19c
curl --retry 10 -O https://dl.google.com/android/repository/${NDK}-linux-x86_64.zip curl --retry 20 -O https://dl.google.com/android/repository/${NDK}-linux-x86_64.zip
unzip -q ${NDK}-linux-x86_64.zip unzip -q ${NDK}-linux-x86_64.zip
case "$1" in case "$1" in
......
...@@ -20,7 +20,7 @@ set -ex ...@@ -20,7 +20,7 @@ set -ex
SDK=4333796 SDK=4333796
mkdir sdk mkdir sdk
curl --retry 10 https://dl.google.com/android/repository/sdk-tools-linux-${SDK}.zip -O curl --retry 20 https://dl.google.com/android/repository/sdk-tools-linux-${SDK}.zip -O
unzip -q -d sdk sdk-tools-linux-${SDK}.zip unzip -q -d sdk sdk-tools-linux-${SDK}.zip
case "$1" in case "$1" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment