Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CGQAQ authored Nov 9, 2023
1 parent 598d5e2 commit 89e174c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: build android
run: ./gradlew cargoBuild
env:
ANDROID_NDK_HOME: $ANDROID_SDK_ROOT/ndk
TOOLCHAIN: $ANDROID_SDK_ROOT/ndk/toolchains/llvm/prebuilt/darwin-x86_64
RANLIB: $ANDROID_SDK_ROOT/ndk/toolchains/llvm/prebuilt/darwin-x86_64/bin/llvm-ranlib
ANDROID_NDK_HOME: ${{ ANDROID_SDK_ROOT }}/ndk
TOOLCHAIN: ${{ ANDROID_SDK_ROOT }}/ndk/toolchains/llvm/prebuilt/darwin-x86_64
RANLIB: ${{ ANDROID_SDK_ROOT }}/ndk/toolchains/llvm/prebuilt/darwin-x86_64/bin/llvm-ranlib

- name: build iso
run: cargo build --target=aarch64-apple-ios && cargo build --target=x86_64-apple-ios

0 comments on commit 89e174c

Please sign in to comment.