Skip to content

Commit b0a931e

Browse files
committed
Revert "Update script URL to this PR branch for testing"
This reverts commit 2b72913.
1 parent 2b72913 commit b0a931e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
run: |
235235
${{ inputs.linux_static_sdk_pre_build_command }}
236236
which curl || (apt -q update && apt -yq install curl)
237-
curl -s --retry 3 https://raw.githubusercontent.com/jrflat/github-workflows/refs/heads/support-rpm-distros-sdk-builds/.github/workflows/scripts/install-and-build-with-sdk.sh | \
237+
curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
238238
bash -s -- --static --flags="$BUILD_FLAGS" ${{ matrix.swift_version }}
239239
240240
wasm-sdk-build:
@@ -272,7 +272,7 @@ jobs:
272272
run: |
273273
${{ inputs.wasm_sdk_pre_build_command }}
274274
which curl || (apt -q update && apt -yq install curl)
275-
curl -s --retry 3 https://raw.githubusercontent.com/jrflat/github-workflows/refs/heads/support-rpm-distros-sdk-builds/.github/workflows/scripts/install-and-build-with-sdk.sh | \
275+
curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
276276
bash -s -- --wasm --flags="$BUILD_FLAGS" ${{ matrix.swift_version }}
277277
278278
windows-build:

0 commit comments

Comments
 (0)