Skip to content

Commit ec5f486

Browse files
Update Wasm build command in workflow (#272)
1 parent 71b9058 commit ec5f486

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ on:
166166
wasm_sdk_build_command:
167167
type: string
168168
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"
169+
default: "swift build"
171170
android_sdk_build_command:
172171
type: string
173172
description: "Command to use when building the package with the Swift SDK for Android"

0 commit comments

Comments
 (0)