Skip to content

Commit 8a7fc1c

Browse files
committed
Add input parameter description for android_sdk_triples clarifying that the last triple in the list is used for emulator testing
1 parent 2eb42fe commit 8a7fc1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ on:
149149
default: "swift build"
150150
android_sdk_triples:
151151
type: string
152-
description: "The triples to use when building with the Swift SDK for Android"
152+
description: "The triples to use when building with the Swift SDK for Android. The final triple in the list will be used for the emulator testing and should match the host architecture."
153153
default: "[\"aarch64-unknown-linux-android28\", \"x86_64-unknown-linux-android28\"]"
154154
android_ndk_versions:
155155
type: string

0 commit comments

Comments
 (0)