Skip to content

Commit a27b3de

Browse files
committed
Fix NDK install
1 parent 229aa55 commit a27b3de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)