Skip to content

Commit 01f2963

Browse files
committed
Revert "Update script URL to this PR branch for testing"
This reverts commit f956c65.
1 parent f956c65 commit 01f2963

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
@@ -242,7 +242,7 @@ jobs:
242242
run: |
243243
${{ inputs.linux_static_sdk_pre_build_command }}
244244
which curl || (apt -q update && apt -yq install curl)
245-
curl -s --retry 3 https://raw.githubusercontent.com/jrflat/github-workflows/refs/heads/custom-command-for-sdk-builds/.github/workflows/scripts/install-and-build-with-sdk.sh | \
245+
curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
246246
bash -s -- --static --flags="$BUILD_FLAGS" --build-command="${{ inputs.linux_static_sdk_build_command }}" ${{ matrix.swift_version }}
247247
248248
wasm-sdk-build:
@@ -280,7 +280,7 @@ jobs:
280280
run: |
281281
${{ inputs.wasm_sdk_pre_build_command }}
282282
which curl || (apt -q update && apt -yq install curl)
283-
curl -s --retry 3 https://raw.githubusercontent.com/jrflat/github-workflows/refs/heads/custom-command-for-sdk-builds/.github/workflows/scripts/install-and-build-with-sdk.sh | \
283+
curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
284284
bash -s -- --wasm --flags="$BUILD_FLAGS" --build-command="${{ inputs.wasm_sdk_build_command }}" ${{ matrix.swift_version }}
285285
286286
windows-build:

0 commit comments

Comments
 (0)