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 4d5bb93 commit 3a7ffb7Copy full SHA for 3a7ffb7
.github/workflows/scripts/windows/swift/install-swift-nightly-6.2.ps1
@@ -12,9 +12,7 @@
12
. $PSScriptRoot\install-swift.ps1
13
14
if ([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture -eq "Arm64") {
15
- # FIXME: http://download.swift.org/swift-6.2-branch/windows10-arm64/latest-build.json is currently missing on the server
16
- #$swiftOSVersion = 'windows10-arm64'
17
- $swiftOSVersion = 'windows10'
+ $swiftOSVersion = 'windows10-arm64'
18
} else {
19
$swiftOSVersion = 'windows10'
20
}
0 commit comments