We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1197241 commit 5d28960Copy full SHA for 5d28960
1 file changed
.github/workflows/scripts/install-and-build-with-sdk.sh
@@ -203,7 +203,7 @@ if [[ "$SWIFT_VERSION_INPUT" == nightly-* ]]; then
203
if [[ "$INSTALL_STATIC_LINUX" == true ]]; then
204
static_linux_sdk_info=$(find_latest_sdk_snapshot "$version" "static")
205
206
- STATIC_LINUX_SDK_TAG=$(echo "$static_linu_sdk_info" | cut -d'|' -f1)
+ STATIC_LINUX_SDK_TAG=$(echo "$static_linux_sdk_info" | cut -d'|' -f1)
207
STATIC_LINUX_SDK_CHECKSUM=$(echo "$static_linux_sdk_info" | cut -d'|' -f2)
208
fi
209
0 commit comments