We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552f13d commit 2997608Copy full SHA for 2997608
.github/workflows/ci.yml
@@ -12,6 +12,10 @@ jobs:
12
fail-fast: false
13
runs-on: ${{ matrix.os }}
14
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
19
- name: "Install SDK"
20
run: |
21
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