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 0c7bd37 commit 0a572c6Copy full SHA for 0a572c6
.github/workflows/ci.yml
@@ -228,7 +228,7 @@ jobs:
228
git clone https://github.com/${ORG}/${PACKAGE}
229
cd ${PACKAGE}
230
231
- swift build --swift-sdk "${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --build-tests
+ swiftly run swift build --swift-sdk "${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --build-tests
232
233
adb push .build/debug/${PACKAGE}PackageTests.xctest /data/local/tmp
234
adb shell /data/local/tmp/${PACKAGE}PackageTests.xctest
0 commit comments