Skip to content

Commit

Permalink
Update CI configuration for the new example directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jul 12, 2024
1 parent 539ce7e commit 0a673fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
run: |
set -eux
make bootstrap
cd Example/JavaScriptKitExample
cd Examples/Basic
swift build --triple wasm32-unknown-wasi
swift build --triple wasm32-unknown-wasi -Xswiftc -DJAVASCRIPTKIT_WITHOUT_WEAKREFS

0 comments on commit 0a673fa

Please sign in to comment.