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

Commit 25d46dc

Browse files
authored
CI: bump the 5.5 snapshot on Windows
Update the 5.5 snapshot to the 2021-05-02-a snapshot to allow us to build against main on swift-syntax.
1 parent fb4aa13 commit 25d46dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)