File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -415,18 +415,18 @@ if [[ "$INSTALL_STATIC_LINUX" == true ]]; then
415415 log " Current toolchain matches Static Linux Swift SDK snapshot: $STATIC_LINUX_SDK_TAG "
416416 SWIFT_EXECUTABLE_FOR_STATIC_LINUX_SDK=" swift"
417417 else
418- log " Installing Swift toolchain to match static SDK snapshot: $STATIC_LINUX_SDK_TAG "
418+ log " Installing Swift toolchain to match Static Linux Swift SDK snapshot: $STATIC_LINUX_SDK_TAG "
419419 initialize_os_info
420420 SWIFT_EXECUTABLE_FOR_STATIC_LINUX_SDK=$( download_and_extract_toolchain " $STATIC_LINUX_SDK_TAG " )
421421 fi
422422fi
423423
424424if [[ " $INSTALL_WASM " == true ]]; then
425425 if [[ " $INSTALLED_SWIFT_TAG " == " $WASM_SDK_TAG " ]]; then
426- log " Current toolchain matches Wasm SDK snapshot: $WASM_SDK_TAG "
426+ log " Current toolchain matches Wasm Swift SDK snapshot: $WASM_SDK_TAG "
427427 SWIFT_EXECUTABLE_FOR_WASM_SDK=" swift"
428428 else
429- log " Installing Swift toolchain to match Wasm SDK snapshot: $WASM_SDK_TAG "
429+ log " Installing Swift toolchain to match Wasm Swift SDK snapshot: $WASM_SDK_TAG "
430430 initialize_os_info
431431 SWIFT_EXECUTABLE_FOR_WASM_SDK=$( download_and_extract_toolchain " $WASM_SDK_TAG " )
432432 fi
You can’t perform that action at this time.
0 commit comments