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 11
11
# #===----------------------------------------------------------------------===##
12
12
. $PSScriptRoot \install-swift.ps1
13
13
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'
15
15
$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) "
17
17
18
18
Install-Swift - Url $SWIFT_URL - Sha256 " "
You can’t perform that action at this time.
0 commit comments