Skip to content

Commit 991a8f5

Browse files
Fix runtime-only plugin invocation
1 parent 4612a39 commit 991a8f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
273273
cd "$runtime_view/Examples/ActorOnWebWorker"
274274
275-
swift package --verbose ${SWIFT_PACKAGE_FLAGS} --build-system native --package JavaScriptKit \
275+
swift package --verbose ${SWIFT_PACKAGE_FLAGS} --build-system native \
276276
--swift-sdk "${SWIFT_SDK_ID_wasm32_unknown_wasip1_threads:-${SWIFT_SDK_ID:-wasm32-unknown-wasip1-threads}}" \
277277
plugin --allow-writing-to-package-directory \
278278
js --use-cdn --output ./Bundle -c release 2>&1 | tee plugin-build.log

0 commit comments

Comments
 (0)