We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec5b3e commit f031e22Copy full SHA for f031e22
swift-ci/sdks/android/scripts/toolchain-vars.sh
@@ -23,7 +23,7 @@ case "${BUILD_VERSION}" in
23
;;
24
devel)
25
# e.g., swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a
26
- SWIFT_TAG=$(curl -fsSL https://download.swift.org/swift-6.2-branch/$OS/latest-build.yml | grep '^dir: ' | cut -f 2 -d ' '
+ SWIFT_TAG=$(curl -fsSL https://download.swift.org/swift-6.2-branch/$OS/latest-build.yml | grep '^dir: ' | cut -f 2 -d ' ')
27
SWIFT_BRANCH="swift-$(echo $SWIFT_TAG | cut -d- -f2)-branch"
28
29
trunk)
0 commit comments