File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ runs:
130130 - name : Fetch installer from swift.org
131131 if : runner.os == 'Windows' && inputs.source == 'swift.org'
132132 run : |
133+ # Download the appropriate installer
133134 $URL = if ("${{ inputs.build_arch }}" -eq "amd64") {
134135 "https://download.swift.org/${env:RESOLVED_SWIFT_VERSION}/windows10/swift-${env:RESOLVED_SWIFT_BUILD}/swift-${env:RESOLVED_SWIFT_BUILD}-windows10.exe"
135136 } else {
@@ -150,6 +151,7 @@ runs:
150151 id : install-swift
151152 if : runner.os == 'Windows'
152153 run : |
154+ # Perform installation
153155 $Installer = [IO.Path]::Combine(${env:Temp}, "installer.exe")
154156 $Arguments = "/quiet /lv*x ${env:Temp}/install.log ${{ inputs.installer-args }}".Split(" ", [StringSplitOptions]"RemoveEmptyEntries")
155157
You can’t perform that action at this time.
0 commit comments