Skip to content

Commit

Permalink
try fix CI fail on arm64 mac;
Browse files Browse the repository at this point in the history
  • Loading branch information
housisong committed Jun 14, 2024
1 parent fc27aa3 commit 9fa3f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
- uses: actions/checkout@v2
- uses: nttld/setup-ndk@v1.5.0
with:
ndk-version: r16b
ndk-version: r23c
- name: buildByAndroidNDK
run: |
git clone --depth=1 https://github.com/sisong/lzma.git ../lzma
git clone --depth=1 https://github.com/sisong/zstd.git ../zstd
cd ./builds/android_ndk_jni_mk
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk APP_PLATFORM=android-16 APP_ABI=all
windows-ndk-build:
runs-on: windows-latest
Expand Down

0 comments on commit 9fa3f6f

Please sign in to comment.