mirror of
https://github.com/egor-white/zaprett.git
synced 2026-01-29 22:19:44 +05:00
create temp dir to save ndk
This commit is contained in:
@@ -16,6 +16,8 @@ _download_android_ndk:
|
||||
TMPFILE="{{NDK_HOME}}.tmp"
|
||||
TMPDIR="{{NDK_HOME}}.extracted.tmp"
|
||||
|
||||
mkdir -p "$(dirname "$TMPFILE")"
|
||||
|
||||
curl -L -C - -o "$TMPFILE" "https://dl.google.com/android/repository/android-ndk-{{ANDROID_NDK_VERSION}}.zip"
|
||||
|
||||
unzip "$TMPFILE" -d "$TMPDIR"
|
||||
|
||||
Reference in New Issue
Block a user