File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,11 @@ jobs:
110110
111111 - name : Install Android NDK
112112 run : |
113- mkdir ~/android-ndk
114- cd ~/android-ndk
115- curl -fSLO https://dl.google.com/android/repository/android-ndk-${ANDROID_NDK_VERSION}-$(uname -s).zip
116- unzip -q android-ndk-${ANDROID_NDK_VERSION}-*.zip
117- echo "ANDROID_NDK_HOME=${PWD}/android-ndk-${ANDROID_NDK_VERSION}" >> $GITHUB_ENV
113+ mkdir ~/android-ndk
114+ cd ~/android-ndk
115+ curl -fSLO https://dl.google.com/android/repository/android-ndk-${ANDROID_NDK_VERSION}-$(uname -s).zip
116+ unzip -q android-ndk-${ANDROID_NDK_VERSION}-*.zip
117+ echo "ANDROID_NDK_HOME=${PWD}/android-ndk-${ANDROID_NDK_VERSION}" >> $GITHUB_ENV
118118
119119 - name : Setup Android Environment
120120 run : |
You can’t perform that action at this time.
0 commit comments