Skip to content

Commit 2997608

Browse files
committed
Try to run the Android emulator
1 parent 552f13d commit 2997608

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
fail-fast: false
1313
runs-on: ${{ matrix.os }}
1414
steps:
15+
- name: "Check emulator"
16+
run: |
17+
avdmanager create avd -n test -k "system-images;android-28;default;x86" -c 200M -f
18+
emulator -avd test -no-audio -no-accel -no-snapshot -no-window -camera-back none -camera-front none
1519
- name: "Install SDK"
1620
run: |
1721
HOST_TOOLCHAIN_URL="https://download.swift.org/development/xcode/swift-DEVELOPMENT-SNAPSHOT-2025-08-08-a/swift-DEVELOPMENT-SNAPSHOT-2025-08-08-a-osx.pkg"

0 commit comments

Comments
 (0)