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