We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0390c91 commit ddd2eb9Copy full SHA for ddd2eb9
.github/workflows/swift_package_test.yml
@@ -103,7 +103,7 @@ on:
103
ios_build_command:
104
type: string
105
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"
+ default: "xcrun swift build --build-tests --sdk \"$(xcrun --sdk iphoneos --show-sdk-path)\" --triple arm64-apple-ios"
107
linux_build_command:
108
109
description: "Linux command to build and test the package"
0 commit comments