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 5cc46f1 commit c99d39b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
with:
toolchain: nightly
override: true
target: aarch64-linux-android \
armv7-linux-android \
x86_64-linux-android \
i686-linux-android
- run: rustup target add \
aarch64-linux-android \
armv7-linux-androideabi \
x86_64-linux-android \
i686-linux-android
- run: cargo install cargo-ndk
- name: check codes
run: cargo ndk check --verbose --target aarch64-linux-android
Expand Down

0 comments on commit c99d39b

Please sign in to comment.