This repository was archived by the owner on Oct 17, 2021. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 91
91
- uses : actions/checkout@v2
92
92
- uses : seanmiddleditch/gha-setup-vsdevenv@master
93
93
94
- - name : Install swift-5.5 (2021-04-19 SNAPSHOT)
94
+ - name : Install swift-5.5 (2021-05-02 SNAPSHOT)
95
95
run : |
96
- Install-Binary -Url "https://swift.org/builds/swift-5.5-branch/windows10/swift-5.5-DEVELOPMENT-SNAPSHOT-2021-04-19 -a/swift-5.5-DEVELOPMENT-SNAPSHOT-2021-04-19 -a-windows10.exe" -Name "installer.exe" -ArgumentList ("-q")
96
+ Install-Binary -Url "https://swift.org/builds/swift-5.5-branch/windows10/swift-5.5-DEVELOPMENT-SNAPSHOT-2021-05-02 -a/swift-5.5-DEVELOPMENT-SNAPSHOT-2021-05-02 -a-windows10.exe" -Name "installer.exe" -ArgumentList ("-q")
97
97
- name : Set Environment Variables
98
98
run : |
99
99
echo "SDKROOT=C:\Library\Developer\Platforms\Windows.platform\Developer\SDKs\Windows.sdk" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ let package = Package(
16
16
// Dependencies declare other packages that this package depends on.
17
17
. package ( name: " SwiftSyntax " ,
18
18
url: " https://github.com/apple/swift-syntax.git " ,
19
- . revision( " 4ae758ab85ed2a5d3e3e8b5050a8ce52179bd102 " ) ) ,
19
+ . revision( " release/5.5 " ) ) ,
20
20
] ,
21
21
targets: [
22
22
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
You can’t perform that action at this time.
0 commit comments