Skip to content

Commit 5d28960

Browse files
authored
Update install-and-build-with-sdk.sh
1 parent 1197241 commit 5d28960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ if [[ "$SWIFT_VERSION_INPUT" == nightly-* ]]; then
203203
if [[ "$INSTALL_STATIC_LINUX" == true ]]; then
204204
static_linux_sdk_info=$(find_latest_sdk_snapshot "$version" "static")
205205

206-
STATIC_LINUX_SDK_TAG=$(echo "$static_linu_sdk_info" | cut -d'|' -f1)
206+
STATIC_LINUX_SDK_TAG=$(echo "$static_linux_sdk_info" | cut -d'|' -f1)
207207
STATIC_LINUX_SDK_CHECKSUM=$(echo "$static_linux_sdk_info" | cut -d'|' -f2)
208208
fi
209209

0 commit comments

Comments
 (0)