diff --git a/.github/workflows/swift_package_test.yml b/.github/workflows/swift_package_test.yml index 69b072f2..cef8d3fb 100644 --- a/.github/workflows/swift_package_test.yml +++ b/.github/workflows/swift_package_test.yml @@ -166,8 +166,7 @@ on: wasm_sdk_build_command: type: string description: "Command to use when building the package with the Swift SDK for Wasm" - # Temporarily use native build system on Android due to https://github.com/swiftlang/swift/issues/88282 - default: "swift build --build-system native" + default: "swift build" android_sdk_build_command: type: string description: "Command to use when building the package with the Swift SDK for Android"