Skip to content

Commit 3a7ffb7

Browse files
authored
Remove the workaround
1 parent 4d5bb93 commit 3a7ffb7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
. $PSScriptRoot\install-swift.ps1
1313

1414
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'
15+
$swiftOSVersion = 'windows10-arm64'
1816
} else {
1917
$swiftOSVersion = 'windows10'
2018
}

0 commit comments

Comments
 (0)