Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 7823bf4

Browse files
authored
Merge pull request #17 from SwiftDocOrg/compnerd/swift-syntax-release
CI: bump the 5.5 snapshot on Windows
2 parents fb4aa13 + 4715b6b commit 7823bf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
- uses: actions/checkout@v2
9292
- uses: seanmiddleditch/gha-setup-vsdevenv@master
9393

94-
- name: Install swift-5.5 (2021-04-19 SNAPSHOT)
94+
- name: Install swift-5.5 (2021-05-02 SNAPSHOT)
9595
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")
9797
- name: Set Environment Variables
9898
run: |
9999
echo "SDKROOT=C:\Library\Developer\Platforms\Windows.platform\Developer\SDKs\Windows.sdk" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
// Dependencies declare other packages that this package depends on.
1717
.package(name: "SwiftSyntax",
1818
url: "https://github.com/apple/swift-syntax.git",
19-
.revision("4ae758ab85ed2a5d3e3e8b5050a8ce52179bd102")),
19+
.revision("release/5.5")),
2020
],
2121
targets: [
2222
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)