File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
.github/workflows/scripts/windows/swift Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ # #===----------------------------------------------------------------------===##
2
+ # #
3
+ # # This source file is part of the Swift.org open source project
4
+ # #
5
+ # # Copyright (c) 2025 Apple Inc. and the Swift project authors
6
+ # # Licensed under Apache License v2.0 with Runtime Library Exception
7
+ # #
8
+ # # See https://swift.org/LICENSE.txt for license information
9
+ # # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ # #
11
+ # #===----------------------------------------------------------------------===##
12
+ . $PSScriptRoot \install-swift.ps1
13
+
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'
16
+
17
+ Install-Swift - Url $SWIFT - Sha256 $SWIFT_SHA256
You can’t perform that action at this time.
0 commit comments