Skip to content

Commit ddd2eb9

Browse files
committed
Fix escaped slashes
1 parent 0390c91 commit ddd2eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ on:
103103
ios_build_command:
104104
type: string
105105
description: "macOS command to build the package for iOS"
106-
default: "xcrun swift build --build-tests --sdk "$(xcrun --sdk iphoneos --show-sdk-path)" --triple arm64-apple-ios"
106+
default: "xcrun swift build --build-tests --sdk \"$(xcrun --sdk iphoneos --show-sdk-path)\" --triple arm64-apple-ios"
107107
linux_build_command:
108108
type: string
109109
description: "Linux command to build and test the package"

0 commit comments

Comments
 (0)