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.
swift_package_test.yml
1 parent 05c50c2 commit cbbea2bCopy full SHA for cbbea2b
.github/workflows/swift_package_test.yml
@@ -283,7 +283,7 @@ jobs:
283
${{ inputs.wasm_sdk_pre_build_command }}
284
which curl || (apt -q update && apt -yq install curl)
285
curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
286
- bash -s -- --wasm --flags="$BUILD_FLAGS" ${{ matrix.swift_version }} wasm-sdk-build:
+ bash -s -- --wasm --flags="$BUILD_FLAGS" ${{ matrix.swift_version }}
287
288
embedded-wasm-sdk-build:
289
name: Embedded Swift SDK for Wasm Build (${{ matrix.swift_version }} - ${{ matrix.os_version }})
0 commit comments