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 71b9058 commit ec5f486Copy full SHA for ec5f486
1 file changed
.github/workflows/swift_package_test.yml
@@ -166,8 +166,7 @@ on:
166
wasm_sdk_build_command:
167
type: string
168
description: "Command to use when building the package with the Swift SDK for Wasm"
169
- # Temporarily use native build system on Android due to https://github.com/swiftlang/swift/issues/88282
170
- default: "swift build --build-system native"
+ default: "swift build"
171
android_sdk_build_command:
172
173
description: "Command to use when building the package with the Swift SDK for Android"
0 commit comments