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 c0e37d7 commit 15a740dCopy full SHA for 15a740d
.github/workflows/scripts/android/android-emulator-tests.sh
@@ -63,6 +63,8 @@ ANDROID_EMULATOR_ARCH="${ANDROID_SDK_TRIPLE/-unknown-linux-android*/}"
63
# x86_64=x86_64, armv7=arm
64
ANDROID_EMULATOR_ARCH_TRIPLE="${ANDROID_EMULATOR_ARCH}"
65
66
+log "Running tests for ${ANDROID_SDK_TRIPLE}"
67
+
68
EMULATOR_SPEC="system-images;android-${ANDROID_API};default;${ANDROID_EMULATOR_ARCH}"
69
70
log "SWIFT_ANDROID_SDK_HOME=${SWIFT_ANDROID_SDK_HOME}"
0 commit comments