Skip to content

Commit ef51e1f

Browse files
authored
Update mobile.yml
1 parent 83136b7 commit ef51e1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/mobile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
shell: bash
3434
run: |
3535
cd ${{ runner.temp }}
36-
echo "Downloading Android NDK r28..."
37-
curl -sSfL -o android-ndk.tar.xz "https://github.com/MobilePorting/android-ndk-cosmo/releases/download/r28/android-ndk-r28-unix.tar.xz"
38-
echo "Extracting Android NDK r28..."
39-
tar -xf android-ndk.tar.xz
40-
echo "NDK r28 successfully downloaded and extracted!"
36+
echo "Downloading Android NDK r29-beta1..."
37+
curl -sSfL -o android-ndk.zip "https://dl.google.com/android/repository/android-ndk-r29-beta1-linux.zip"
38+
echo "Extracting Android NDK r29-beta1..."
39+
unzip -qq android-ndk.zip
40+
echo "NDK r29-beta1 successfully downloaded and extracted!"
4141
4242
- name: Install Libraries
4343
run: |

0 commit comments

Comments
 (0)