We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de01c02 commit 521a8afCopy full SHA for 521a8af
.github/workflows/scripts/windows/swift/install-swift-6.0.ps1
@@ -11,7 +11,7 @@
11
##===----------------------------------------------------------------------===##
12
. $PSScriptRoot\install-swift.ps1
13
14
-$SWIFT='https://download.swift.org/swift-6.0.2-release/windows10/swift-6.0.2-RELEASE/swift-6.0.2-RELEASE-windows10.exe'
15
-$SWIFT_SHA256='516FE8E64713BD92F03C01E5198011B74A27F8C1C88627607A2F421718636126'
+$SWIFT='https://download.swift.org/swift-6.0.3-release/windows10/swift-6.0.3-RELEASE/swift-6.0.3-RELEASE-windows10.exe'
+$SWIFT_SHA256='AB205D83A38047882DB80E6A88C7D33B651F3BAC96D4515D7CBA5335F37999D3'
16
17
Install-Swift -Url $SWIFT -Sha256 $SWIFT_SHA256
0 commit comments