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 @@ -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 : |
You can’t perform that action at this time.
0 commit comments