Skip to content

Commit 6a86528

Browse files
committed
Test with script from this branch
1 parent 25ca2c3 commit 6a86528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
run: |
223223
${{ inputs.linux_static_sdk_pre_build_command }}
224224
which curl || (apt -q update && apt -yq install curl)
225-
curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
225+
curl -s --retry 3 https://raw.githubusercontent.com/jrflat/github-workflows/refs/heads/linux-static-sdk-build/.github/workflows/scripts/install-and-build-with-sdk.sh | \
226226
bash -s -- --static --flags "$BUILD_FLAGS" ${{ matrix.swift_version }}
227227
228228
windows-build:

0 commit comments

Comments
 (0)