Skip to content

Commit aa89d22

Browse files
Stop jumping around in Android CI
1 parent bd4a95b commit aa89d22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/android-install-ndk.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ set -ex
1414
ANDROID_NDK_URL=https://dl.google.com/android/repository
1515
ANDROID_NDK_ARCHIVE=android-ndk-r25b-linux.zip
1616

17-
mkdir /android
18-
cd /android
1917
curl -fO "$ANDROID_NDK_URL/$ANDROID_NDK_ARCHIVE"
2018
unzip -q $ANDROID_NDK_ARCHIVE
2119
rm $ANDROID_NDK_ARCHIVE
2220
mv android-ndk-* ndk
2321
rm -rf android-ndk-*
24-
25-
cd "$OLDPWD"

0 commit comments

Comments
 (0)