Skip to content

Commit bc2db71

Browse files
authored
Provide script for downloading nightly-6.2 for Windows (#138)
Needed for docker-less flow. Also removing nightly-6.1 script
1 parent 1e591b4 commit bc2db71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scripts/windows/swift/install-swift-nightly-6.1.ps1 renamed to .github/workflows/scripts/windows/swift/install-swift-nightly-6.2.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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

1818
Install-Swift -Url $SWIFT_URL -Sha256 ""

0 commit comments

Comments
 (0)