Skip to content

Commit 0a673fa

Browse files
Update CI configuration for the new example directory
1 parent 539ce7e commit 0a673fa

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
@@ -17,6 +17,6 @@ jobs:
1717
run: |
1818
set -eux
1919
make bootstrap
20-
cd Example/JavaScriptKitExample
20+
cd Examples/Basic
2121
swift build --triple wasm32-unknown-wasi
2222
swift build --triple wasm32-unknown-wasi -Xswiftc -DJAVASCRIPTKIT_WITHOUT_WEAKREFS

0 commit comments

Comments
 (0)