Skip to content

Commit 46a8ae2

Browse files
authored
Merge pull request #132 from award999/windows-6.1.2
Install 6.1.2 on Windows
2 parents 0fedcfc + f697029 commit 46a8ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scripts/windows/swift/install-swift-6.1.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
##===----------------------------------------------------------------------===##
1212
. $PSScriptRoot\install-swift.ps1
1313

14-
$SWIFT='https://download.swift.org/swift-6.1-release/windows10/swift-6.1-RELEASE/swift-6.1-RELEASE-windows10.exe'
15-
$SWIFT_SHA256='8C8AEF8B4A449EBEEFD74482AC767E269F8CBE7E520871C1D103C7079C5F4C6A'
14+
$SWIFT='https://download.swift.org/swift-6.1.2-release/windows10/swift-6.1.2-RELEASE/swift-6.1.2-RELEASE-windows10.exe'
15+
$SWIFT_SHA256='92a0323ed7dd333c3b05e6e0e428f3a91c77d159f6ccfc8626a996f2ace09a0b'
1616

1717
Install-Swift -Url $SWIFT -Sha256 $SWIFT_SHA256

0 commit comments

Comments
 (0)