Skip to content

Commit d001964

Browse files
committed
Try to run the Android emulator
1 parent 7e5a9fc commit d001964

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
ANDROID_ARCH: ${{ matrix.ANDROID_ARCH }}
3333
steps:
3434
- name: "Launch emulator"
35-
timeout-minutes: 5
35+
timeout-minutes: 10
3636
run: |
37-
3837
# Install AVD files
3938
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "system-images;android-${ANDROID_API};default;${ANDROID_ARCH}"
4039
# Create emulator

0 commit comments

Comments
 (0)