Skip to content

Commit 4a35ab7

Browse files
Update Wasm build command in workflow
Removed temporary native build system command for Wasm as the underlying issues have been resolved.
1 parent a3aac61 commit 4a35ab7

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)