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 93de53a commit 8e6e747Copy full SHA for 8e6e747
.github/workflows/ci.yml
@@ -26,8 +26,8 @@ jobs:
26
- name: Build examples
27
run: |
28
odin build examples/minimal.odin -file
29
- odin build examples/call_odin.odin -file
30
- odin build examples/call_js.odin -file
+ odin build examples/call_odin_from_js.odin -file
+ odin build examples/call_js_from_odin.odin -file
31
32
# lint:
33
# runs-on: ubuntu-latest
0 commit comments