Skip to content

Commit 9c7eaa5

Browse files
committed
ci: use released version of Swift in Windows
1 parent 3768eff commit 9c7eaa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
if: startsWith(matrix.os, 'windows-')
3232
with:
3333
path: swift-installer.exe
34-
key: "${{ runner.os }}-https://swift.org/builds/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2021-02-24-a/swift-DEVELOPMENT-SNAPSHOT-2021-02-24-a-windows10.exe"
34+
key: "${{ runner.os }}-https://swift.org/builds/swift-5.4.2-release/windows10/swift-5.4.2-RELEASE/swift-5.4.2-RELEASE-windows10.exe"
3535
- name: Download Swift (Windows)
3636
if: startsWith(matrix.os, 'windows-') && steps.cached-swift-installer.outputs.cache-hit != 'true'
37-
run: curl -o swift-installer.exe https://swift.org/builds/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2021-02-24-a/swift-DEVELOPMENT-SNAPSHOT-2021-02-24-a-windows10.exe
37+
run: curl -o swift-installer.exe https://swift.org/builds/swift-5.4.2-release/windows10/swift-5.4.2-RELEASE/swift-5.4.2-RELEASE-windows10.exe
3838
- name: Install Swift (Windows)
3939
if: startsWith(matrix.os, 'windows-')
4040
run: Start-Process -Wait -FilePath swift-installer.exe -ArgumentList ("/quiet", "/norestart")

0 commit comments

Comments
 (0)