Skip to content

Commit 2cca7da

Browse files
committed
Remove upcoming conflict, fix SDK terminology
1 parent 991cf9b commit 2cca7da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/swift_package_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ on:
6161
default: ""
6262
linux_static_sdk_pre_build_command:
6363
type: string
64-
description: "Command to execute before building the Swift package with the static Linux SDK"
64+
description: "Linux command to execute before building the Swift package with the static SDK"
6565
default: ""
6666
wasm_sdk_pre_build_command:
6767
type: string
68-
description: "Command to execute before building the Swift package with the Wasm SDK"
68+
description: "Linux command to execute before building the Swift package with the Wasm SDK"
6969
default: ""
7070
macos_pre_build_command:
7171
type: string
@@ -81,11 +81,11 @@ on:
8181
default: "swift test"
8282
linux_static_sdk_build_command:
8383
type: string
84-
description: "Command to use when building the Swift package with the static Linux SDK"
84+
description: "Command to use when building the package with the Static Linux Swift SDK"
8585
default: "swift build"
8686
wasm_sdk_build_command:
8787
type: string
88-
description: "Command to use when building the Swift package with the Wasm SDK"
88+
description: "Command to use when building the package with the Swift SDK for Wasm"
8989
default: "swift build"
9090
windows_pre_build_command:
9191
type: string

0 commit comments

Comments
 (0)