From bdda09091a7c712dc493650184c8f0b90e3bcdd8 Mon Sep 17 00:00:00 2001 From: FestplattenSchnitzel Date: Sun, 25 Jul 2021 06:52:13 +0000 Subject: [PATCH] com.vishnuraghav.EnRecipes: remove all ndk versions except the one we need --- metadata/com.vishnuraghav.EnRecipes.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/com.vishnuraghav.EnRecipes.yml b/metadata/com.vishnuraghav.EnRecipes.yml index 50e42b2c91..b4ab028261 100644 --- a/metadata/com.vishnuraghav.EnRecipes.yml +++ b/metadata/com.vishnuraghav.EnRecipes.yml @@ -19,9 +19,10 @@ Repo: https://github.com/vishnuraghavb/EnRecipes.git Builds: - versionName: 2.0.0 versionCode: 1 - disable: need to specify ndk version in NativeScript_android-runtime commit: v2.0.0 sudo: + - rm -rf "$(find /opt/android-sdk/ndk -maxdepth 1 -type d \( ! -name ndk \) + \( ! -name 20.1.5948944 \) -print)" - apt-get update || apt-get update - apt-get install -y lib32z1 - curl -Lo node.tar.gz https://nodejs.org/dist/v10.23.1/node-v10.23.1-linux-x64.tar.gz