Skip to content

Commit 95495dc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ get_installed_swift_tag() {
257257
local swift_tag
258258
swift_tag=$(swift --version 2>/dev/null | grep -o "(swift-.*-RELEASE)" | tr -d "()" | head -n1)
259259
if [[ -n "$swift_tag" ]]; then
260-
log "✅ Found Swift release tag via `swift --version`: $swift_tag"
260+
log "✅ Found Swift release tag via 'swift --version': $swift_tag"
261261
echo "$swift_tag"
262262
return 0
263263
fi

0 commit comments

Comments
 (0)