File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,14 +126,14 @@ jobs:
126
126
- name : Install Visual Studio Build Tools
127
127
if : ${{ !inputs.enable_windows_docker }}
128
128
run : |
129
- Invoke-WebRequest -Uri https://raw.githubusercontent.com/award999 /github-workflows/refs/heads/dockerless-windows /.github/workflows/scripts/windows/install-vsb.ps1 -OutFile $env:TEMP\install-vsb.ps1
129
+ Invoke-WebRequest -Uri https://raw.githubusercontent.com/swiftlang /github-workflows/refs/heads/main /.github/workflows/scripts/windows/install-vsb.ps1 -OutFile $env:TEMP\install-vsb.ps1
130
130
. $env:TEMP\install-vsb.ps1
131
131
del $env:TEMP\install-vsb.ps1
132
132
- name : Install Swift
133
133
if : ${{ !inputs.enable_windows_docker }}
134
134
run : |
135
- Invoke-WebRequest -Uri https://raw.githubusercontent.com/award999 /github-workflows/refs/heads/dockerless-windows /.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/dockerless-windows /.github/workflows/scripts/windows/swift/install-swift-${{ matrix.swift_version }}.ps1 -OutFile $env:TEMP\install-swift-${{ matrix.swift_version }}.ps1
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/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