Skip to content

Commit df19b22

Browse files
committed
try fix CI fail on arm64 mac;
1 parent 6bffe87 commit df19b22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767
- uses: actions/checkout@v2
6868
- uses: nttld/setup-ndk@v1.5.0
6969
with:
70-
ndk-version: r16b
70+
ndk-version: r23c
7171
- name: buildByAndroidNDK
7272
run: |
7373
git submodule update --init --recursive
7474
cd ./builds/android_ndk_jni_mk
75-
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk ZSTD=1 MT=1
75+
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk APP_PLATFORM=android-16 APP_STL=c++_static
7676
7777
windows-ndk-build:
7878
runs-on: windows-latest

0 commit comments

Comments
 (0)