Skip to content

Commit

Permalink
fix: add armv7-linux-androideabi target
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Mar 20, 2024
1 parent bafab3c commit cf9aff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
working-directory: frontend
run: |
rustup target install aarch64-linux-android
rustup target install armv7-linux-androideabi
cargo install --force duckscript_cli
cargo install cargo-ndk
if [ "$RUNNER_OS" == "Linux" ]; then
Expand Down

0 comments on commit cf9aff1

Please sign in to comment.