Skip to content

Commit

Permalink
Update android_builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Oct 29, 2023
1 parent 9f85d5f commit 98ea82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [{arch: "x86_64", rust: "x86_64-linux-android"}, {arch: "x86_32", rust: "i686-linux-android"}, {arch: "arm64",rust: "aarch64-linux-android"}, {arch: "arm32",rust: "armv7-linux-androideabi"}]
arch: [{arch: "x86_64", rust: "x86_64-linux-android"}, {arch: "arm64",rust: "aarch64-linux-android"}]
precision: [single]
features: [simd-stable, enhanced-determinism]

Expand Down

0 comments on commit 98ea82a

Please sign in to comment.