File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments