Skip to content

Commit c8c514a

Browse files
committed
Fix android-emulator-arch options to be x86_64 or arm64-v8a
1 parent 2fcd91d commit c8c514a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ inputs:
2525
required: true
2626
default: '-no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim'
2727
android-emulator-arch:
28-
description: 'Architecture for the Android emulator (x86_64 or arm64-v8)'
28+
description: 'Architecture for the Android emulator (x86_64 or arm64-v8a)'
2929
required: true
30-
# TODO: if macos-13: x86_64, macos-15: arm64-v8
30+
# TODO: if macos-13: x86_64, macos-15: arm64-v8a
3131
default: 'x86_64'
3232
android-emulator-boot-timeout:
3333
description: 'Emulator boot timeout in seconds'

0 commit comments

Comments
 (0)