Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa authored Nov 12, 2023
1 parent dc5d9b6 commit c155e94
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 @@ -30,6 +30,6 @@ jobs:
i686-linux-android
- run: cargo install cargo-ndk
- name: check codes
run: cargo ndk check --verbose --target aarch64-linux-android
run: cargo ndk -t arm64-v8a --platform=29 check --verbose --target aarch64-linux-android
- name: run tests
run: cargo ndk test --verbose --target aarch64-linux-android
run: cargo ndk -t arm64-v8a --platform=29 test --verbose --target aarch64-linux-android

0 comments on commit c155e94

Please sign in to comment.