We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
swift_package_test.yml
1 parent fc3e24d commit 05c50c2Copy full SHA for 05c50c2
.github/workflows/swift_package_test.yml
@@ -322,7 +322,7 @@ jobs:
322
run: |
323
${{ inputs.wasm_sdk_pre_build_command }}
324
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 | \
+ curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
326
bash -s -- --embedded-wasm --flags="$BUILD_FLAGS" ${{ matrix.swift_version }}
327
328
windows-build:
0 commit comments