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 0afed44 commit 04e4236Copy full SHA for 04e4236
.github/workflows/scripts/windows/swift/install-swift-6.2.ps1
@@ -11,7 +11,7 @@
11
##===----------------------------------------------------------------------===##
12
. $PSScriptRoot\install-swift.ps1
13
14
-$SWIFT='https://download.swift.org/swift-6.2-release/windows10/swift-6.2-RELEASE/swift-6.2-RELEASE-windows10.exe'
15
-$SWIFT_SHA256='80FBBC17D4F9EDEC74A83ABBEFEB9FF418FFC2158CD347111583C45E47F9789B'
+$SWIFT='https://download.swift.org/swift-6.2.1-release/windows10/swift-6.2.1-RELEASE/swift-6.2.1-RELEASE-windows10.exe'
+$SWIFT_SHA256='FD1209AC3E008152924E0409E5590F2FE41644132E532D4526B8641339E88000'
16
17
Install-Swift -Url $SWIFT -Sha256 $SWIFT_SHA256
0 commit comments