Skip to content

Commit

Permalink
Fix build break of Android test
Browse files Browse the repository at this point in the history
Signed-off-by: kexuan.yang <kexuan.yang@gmail.com>
  • Loading branch information
yangkx1024 committed Apr 29, 2024
1 parent d4b8c4a commit 3e4c5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
with:
api-level: 34
target: google_apis_playstore
arch: x86_64
arch: arm64-v8a
script: cd ./android; ./gradlew connectedAndroidTest

0 comments on commit 3e4c5fd

Please sign in to comment.