Skip to content

Commit 87ff8ef

Browse files
committed
Upgrade Android NDK to 28.2.13676358
1 parent 1a0af0c commit 87ff8ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -473,9 +473,9 @@ jobs:
473473
run: |
474474
mkdir downloads
475475
pushd downloads
476-
curl -OL https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
476+
curl -OL https://dl.google.com/android/repository/android-ndk-r28c-linux.zip
477477
mkdir -p $NDK
478-
unzip android-ndk-r25b-linux.zip -d $NDK && f=("$NDK"/*) && mv "$NDK"/*/* "$NDK" && rmdir "${f[@]}"
478+
unzip android-ndk-r28c-linux.zip -d $NDK && f=("$NDK"/*) && mv "$NDK"/*/* "$NDK" && rmdir "${f[@]}"
479479
480480
- name: Build
481481
run: |
@@ -546,7 +546,7 @@ jobs:
546546
arch: x86_64
547547
api-level: 30
548548
target: google_apis
549-
ndk: 25.1.8937393
549+
ndk: 28.2.13676358
550550
emulator-options: -no-window -noaudio -no-boot-anim -camera-back none -port 5554
551551
emulator-boot-timeout: 900
552552
script: |
@@ -559,13 +559,13 @@ jobs:
559559
arch: x86_64
560560
api-level: 30
561561
target: google_apis
562-
ndk: 25.1.8937393
562+
ndk: 28.2.13676358
563563
emulator-options: -no-snapshot-save -no-window -noaudio -no-boot-anim -camera-back none -port 5554
564564
emulator-boot-timeout: 900
565565
script: |
566566
adb wait-for-device
567567
adb root
568-
NDK=/usr/local/lib/android/sdk/ndk/25.1.8937393 builds/install/arch-specific/android/BuildFinalPackage.sh $ARCH
568+
NDK=/usr/local/lib/android/sdk/ndk/28.2.13676358 builds/install/arch-specific/android/BuildFinalPackage.sh $ARCH
569569
570570
- name: Upload installer
571571
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)