Skip to content

Commit 7ccf591

Browse files
committed
Revert
1 parent 4b1f609 commit 7ccf591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
if: ${{ !inputs.enable_windows_docker }}
134134
run: |
135135
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
137137
. $env:TEMP\install-swift-${{ matrix.swift_version }}.ps1
138138
del $env:TEMP\install-swift*.ps1
139139
- name: Create test script

0 commit comments

Comments
 (0)