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.
1 parent 4612a39 commit 991a8f5Copy full SHA for 991a8f5
1 file changed
.github/workflows/test.yml
@@ -272,7 +272,7 @@ jobs:
272
273
cd "$runtime_view/Examples/ActorOnWebWorker"
274
275
- swift package --verbose ${SWIFT_PACKAGE_FLAGS} --build-system native --package JavaScriptKit \
+ swift package --verbose ${SWIFT_PACKAGE_FLAGS} --build-system native \
276
--swift-sdk "${SWIFT_SDK_ID_wasm32_unknown_wasip1_threads:-${SWIFT_SDK_ID:-wasm32-unknown-wasip1-threads}}" \
277
plugin --allow-writing-to-package-directory \
278
js --use-cdn --output ./Bundle -c release 2>&1 | tee plugin-build.log
0 commit comments