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 a8119e2 commit 5cc46f1
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 @@ -23,9 +23,9 @@ jobs:
with:
toolchain: nightly
override: true
target: aarch64-linux-android
armv7-linux-android
x86_64-linux-android
target: aarch64-linux-android \
armv7-linux-android \
x86_64-linux-android \
i686-linux-android
- run: cargo install cargo-ndk
- name: check codes
Expand Down

0 comments on commit 5cc46f1

Please sign in to comment.