File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ build() {
502502 log " Running Swift build with Static Linux Swift SDK"
503503
504504 local sdk_name=" ${STATIC_LINUX_SDK_TAG} _static-linux-0.0.1"
505- alias swift=" $SWIFT_EXECUTABLE_FOR_STATIC_LINUX_SDK "
505+ alias swift=' $SWIFT_EXECUTABLE_FOR_STATIC_LINUX_SDK'
506506 local build_command=" $SWIFT_BUILD_COMMAND --swift-sdk $sdk_name "
507507 if [[ -n " $SWIFT_BUILD_FLAGS " ]]; then
508508 build_command=" $build_command $SWIFT_BUILD_FLAGS "
@@ -526,7 +526,7 @@ build() {
526526 local sdk_name=" ${WASM_SDK_TAG} _wasm"
527527 fi
528528
529- alias swift=" $SWIFT_EXECUTABLE_FOR_WASM_SDK "
529+ alias swift=' $SWIFT_EXECUTABLE_FOR_WASM_SDK'
530530 local build_command=" $SWIFT_BUILD_COMMAND --swift-sdk $sdk_name "
531531 if [[ -n " $SWIFT_BUILD_FLAGS " ]]; then
532532 build_command=" $build_command $SWIFT_BUILD_FLAGS "
You can’t perform that action at this time.
0 commit comments