File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/workflows/scripts/windows/swift Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111# #===----------------------------------------------------------------------===##
1212. $PSScriptRoot \install-swift.ps1
1313
14- $SWIFT_RELEASE_METADATA = ' http://download.swift.org/swift-6.1 -branch/windows10/latest-build.json'
14+ $SWIFT_RELEASE_METADATA = ' http://download.swift.org/swift-6.2 -branch/windows10/latest-build.json'
1515$Release = curl.exe - sL ${SWIFT_RELEASE_METADATA}
16- $SWIFT_URL = " https://download.swift.org/swift-6.1 -branch/windows10/$ ( $ ($Release | ConvertFrom-JSON ).dir) /$ ( $ ($Release | ConvertFrom-JSON ).download) "
16+ $SWIFT_URL = " https://download.swift.org/swift-6.2 -branch/windows10/$ ( $ ($Release | ConvertFrom-JSON ).dir) /$ ( $ ($Release | ConvertFrom-JSON ).download) "
1717
1818Install-Swift - Url $SWIFT_URL - Sha256 " "
You can’t perform that action at this time.
0 commit comments