mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
com.vishnuraghav.EnRecipes: remove all ndk versions except the one we need
This commit is contained in:
parent
53f44a7908
commit
bdda09091a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue