File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
if : ${{ !inputs.enable_windows_docker }}
134
134
run : |
135
135
Invoke-WebRequest -Uri https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/windows/swift/install-swift.ps1 -OutFile $env:TEMP\install-swift.ps1
136
- Invoke-WebRequest -Uri https://raw.githubusercontent.com/award999 /github-workflows/refs/heads/win-nightly-6.1 /.github/workflows/scripts/windows/swift/install-swift-${{ matrix.swift_version }}.ps1 -OutFile $env:TEMP\install-swift-${{ matrix.swift_version }}.ps1
136
+ Invoke-WebRequest -Uri https://raw.githubusercontent.com/swiftlang /github-workflows/refs/heads/main /.github/workflows/scripts/windows/swift/install-swift-${{ matrix.swift_version }}.ps1 -OutFile $env:TEMP\install-swift-${{ matrix.swift_version }}.ps1
137
137
. $env:TEMP\install-swift-${{ matrix.swift_version }}.ps1
138
138
del $env:TEMP\install-swift*.ps1
139
139
- name : Create test script
You can’t perform that action at this time.
0 commit comments