File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ jobs:
546
546
arch : x86_64
547
547
api-level : 30
548
548
target : google_apis
549
- ndk : 25.1.8937393
549
+ ndk : 27.3.13750724
550
550
emulator-options : -no-window -noaudio -no-boot-anim -camera-back none -port 5554
551
551
emulator-boot-timeout : 900
552
552
script : |
@@ -559,13 +559,13 @@ jobs:
559
559
arch : x86_64
560
560
api-level : 30
561
561
target : google_apis
562
- ndk : 25.1.8937393
562
+ ndk : 27.3.13750724
563
563
emulator-options : -no-snapshot-save -no-window -noaudio -no-boot-anim -camera-back none -port 5554
564
564
emulator-boot-timeout : 900
565
565
script : |
566
566
adb wait-for-device
567
567
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/27.3.13750724 builds/install/arch-specific/android/BuildFinalPackage.sh $ARCH
569
569
570
570
- name : Upload installer
571
571
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments