com.vishnuraghav.EnRecipes: remove all ndk versions except the one we need

This commit is contained in:
FestplattenSchnitzel 2021-07-25 06:52:13 +00:00
parent 53f44a7908
commit bdda09091a

View file

@ -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