Skip to content

Commit 68362d8

Browse files
committed
check android
1 parent 36c7035 commit 68362d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/swift_package_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ on:
162162
android_ndk_versions:
163163
type: string
164164
description: "The NDK versions to use when building with the Swift SDK for Android"
165-
default: "[\"r27d\"]"
165+
default: "[\"r28c\"]"
166166
windows_pre_build_command:
167167
type: string
168168
description: "Windows Command Prompt command to execute before building the Swift package"
@@ -209,11 +209,11 @@ on:
209209
enable_android_sdk_build:
210210
type: boolean
211211
description: "Boolean to enable building with the Swift SDK for Android. Defaults to false"
212-
default: false
212+
default: true
213213
enable_android_sdk_checks:
214214
type: boolean
215215
description: "Boolean to enable testing with the Swift SDK for Android. Defaults to false"
216-
default: false
216+
default: true
217217
enable_macos_checks:
218218
type: boolean
219219
description: "Boolean to enable macOS testing. Defaults to false"

0 commit comments

Comments
 (0)