Skip to content

Commit 110b72d

Browse files
Fix compatibility build target dir
1 parent 2f84381 commit 110b72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
export PATH="$SWIFTENV_ROOT/bin:$PATH"
2121
eval "$(swiftenv init -)"
2222
make bootstrap
23-
cd Example
23+
cd Example/JavaScriptKitExample
2424
swift build --triple wasm32-unknown-wasi

0 commit comments

Comments
 (0)