Skip to content

Commit 7203698

Browse files
committed
Use the Android API for building and running package
1 parent f3991fd commit 7203698

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
@@ -182,5 +182,5 @@ jobs:
182182
cd PackageDemo
183183
swift package init
184184
swift test
185-
skip android test --verbose --android-api-level 35 --arch ${EMULATOR_ARCH}
185+
skip android test --verbose --android-api-level ${ANDROID_API} --arch ${EMULATOR_ARCH}
186186

0 commit comments

Comments
 (0)