Skip to content

Commit 05c50c2

Browse files
committed
Use main branch script in swift_package_test.yml
1 parent fc3e24d commit 05c50c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
run: |
323323
${{ inputs.wasm_sdk_pre_build_command }}
324324
which curl || (apt -q update && apt -yq install curl)
325-
curl -s --retry 3 https://raw.githubusercontent.com/MaxDesiatov/github-workflows/refs/heads/patch-1/.github/workflows/scripts/install-and-build-with-sdk.sh | \
325+
curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
326326
bash -s -- --embedded-wasm --flags="$BUILD_FLAGS" ${{ matrix.swift_version }}
327327
328328
windows-build:

0 commit comments

Comments
 (0)