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 @@ -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 :
You can’t perform that action at this time.
0 commit comments