Skip to content

Commit

Permalink
ci: fix wrong android arch
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Jul 2, 2024
1 parent 556ed5a commit cc7df0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r23c
ANDROID_API: 29
ANDROID_ABI: arm64
ANDROID_ABI: arm64-v8a
NDK_ARCH: darwin

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r23c
ANDROID_API: 29
ANDROID_ABI: arm64
ANDROID_ABI: arm64-v8a
NDK_ARCH: darwin


Expand Down

0 comments on commit cc7df0e

Please sign in to comment.