File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,35 +10,35 @@ jobs:
10
10
- uses : actions/checkout@v4
11
11
- name : Setup Android NDK
12
12
run : |
13
- wget https://dl.google.com/android/repository/android-ndk-r23b -linux.zip
14
- unzip android-ndk-r23b -linux.zip
13
+ wget https://dl.google.com/android/repository/android-ndk-r27b -linux.zip
14
+ unzip android-ndk-r27b -linux.zip
15
15
- name : Build (AArch64)
16
16
run : |
17
- ANDROID_NDK_HOME=./android-ndk-r23b CXX=aarch64-linux-android31 -clang++ ./build.sh
17
+ ANDROID_NDK_HOME=./android-ndk-r27b CXX=aarch64-linux-android35 -clang++ ./build.sh
18
18
zip -r ih8sn-aarch64.zip META-INF system push.ps1 push.sh
19
19
- uses : actions/upload-artifact@v4
20
20
with :
21
21
name : ih8sn (AArch64)
22
22
path : ih8sn-aarch64.zip
23
23
- name : Build (ARMv7-A)
24
24
run : |
25
- ANDROID_NDK_HOME=./android-ndk-r23b CXX=armv7a-linux-androideabi31 -clang++ ./build.sh
25
+ ANDROID_NDK_HOME=./android-ndk-r27b CXX=armv7a-linux-androideabi35 -clang++ ./build.sh
26
26
zip -r ih8sn-armv7a.zip META-INF system push.ps1 push.sh
27
27
- uses : actions/upload-artifact@v4
28
28
with :
29
29
name : ih8sn (ARMv7-A)
30
30
path : ih8sn-armv7a.zip
31
31
- name : Build (i686)
32
32
run : |
33
- ANDROID_NDK_HOME=./android-ndk-r23b CXX=i686-linux-android31 -clang++ ./build.sh
33
+ ANDROID_NDK_HOME=./android-ndk-r27b CXX=i686-linux-android35 -clang++ ./build.sh
34
34
zip -r ih8sn-i686.zip META-INF system push.ps1 push.sh
35
35
- uses : actions/upload-artifact@v4
36
36
with :
37
37
name : ih8sn (i686)
38
38
path : ih8sn-i686.zip
39
39
- name : Build (x86_64)
40
40
run : |
41
- ANDROID_NDK_HOME=./android-ndk-r23b CXX=x86_64-linux-android31 -clang++ ./build.sh
41
+ ANDROID_NDK_HOME=./android-ndk-r27b CXX=x86_64-linux-android35 -clang++ ./build.sh
42
42
zip -r ih8sn-x86_64.zip META-INF system push.ps1 push.sh
43
43
- uses : actions/upload-artifact@v4
44
44
with :
You can’t perform that action at this time.
0 commit comments