Skip to content

Commit 0a572c6

Browse files
committed
Use swiftly for building test cases
1 parent 0c7bd37 commit 0a572c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
git clone https://github.com/${ORG}/${PACKAGE}
229229
cd ${PACKAGE}
230230
231-
swift build --swift-sdk "${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --build-tests
231+
swiftly run swift build --swift-sdk "${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --build-tests
232232
233233
adb push .build/debug/${PACKAGE}PackageTests.xctest /data/local/tmp
234234
adb shell /data/local/tmp/${PACKAGE}PackageTests.xctest

0 commit comments

Comments
 (0)