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 26e60cf commit af0213cCopy full SHA for af0213c
.github/workflows/scripts/windows/swift/install-swift-nightly-6.2.ps1
@@ -19,7 +19,7 @@ if ([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture -eq "Arm
19
$swiftOSVersion = 'windows10'
20
}
21
22
-$SWIFT_RELEASE_METADATA="http://download.swift.org/swift-6.2-branch/$swiftOSVersion/latest-build.json"
+$SWIFT_RELEASE_METADATA="https://download.swift.org/swift-6.2-branch/$swiftOSVersion/latest-build.json"
23
$Release = curl.exe -sL ${SWIFT_RELEASE_METADATA}
24
$SWIFT_URL = "https://download.swift.org/swift-6.2-branch/$swiftOSVersion/$($($Release | ConvertFrom-JSON).dir)/$($($Release | ConvertFrom-JSON).download)"
25
0 commit comments