Skip to content

Commit cbbea2b

Browse files
authored
Fix typo in swift_package_test.yml
1 parent 05c50c2 commit cbbea2b

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
@@ -283,7 +283,7 @@ jobs:
283283
${{ inputs.wasm_sdk_pre_build_command }}
284284
which curl || (apt -q update && apt -yq install curl)
285285
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:
286+
bash -s -- --wasm --flags="$BUILD_FLAGS" ${{ matrix.swift_version }}
287287
288288
embedded-wasm-sdk-build:
289289
name: Embedded Swift SDK for Wasm Build (${{ matrix.swift_version }} - ${{ matrix.os_version }})

0 commit comments

Comments
 (0)