File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
if : startsWith(matrix.os, 'windows-')
32
32
with :
33
33
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"
35
35
- name : Download Swift (Windows)
36
36
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
38
38
- name : Install Swift (Windows)
39
39
if : startsWith(matrix.os, 'windows-')
40
40
run : Start-Process -Wait -FilePath swift-installer.exe -ArgumentList ("/quiet", "/norestart")
You can’t perform that action at this time.
0 commit comments