File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 - name : Install dependencies
1313 run : |
1414 sudo apt-get update
15- sudo apt-get install -y openjdk-17 -jdk wget unzip cmake ninja-build
16- wget https://dl.google.com/android/repository/android-ndk-r26d -linux.zip
17- unzip -q android-ndk-r26d -linux.zip
18- echo "ANDROID_NDK_HOME=$PWD/android-ndk-r26d " >> $GITHUB_ENV
15+ sudo apt-get install -y openjdk-25 -jdk wget unzip cmake ninja-build
16+ wget https://dl.google.com/android/repository/android-ndk-r29 -linux.zip
17+ unzip -q android-ndk-r29 -linux.zip
18+ echo "ANDROID_NDK_HOME=$PWD/android-ndk-r29 " >> $GITHUB_ENV
1919
2020 - name : Checkout Dolphin (libretro) repo
2121 uses : actions/checkout@v6
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ android-arm64-v8a:
9999 - .libretro-android-cmake-arm64-v8a
100100 - .core-defs
101101 variables :
102- ANDROID_NDK_VERSION : 27.3.13750724
102+ ANDROID_NDK_VERSION : 29.0.14206865
103103 NDK_ROOT : /android-sdk-linux/ndk/$ANDROID_NDK_VERSION
104104
105105# iOS arm64
You can’t perform that action at this time.
0 commit comments