Skip to content

Commit aef12fd

Browse files
Update ci.yml
the example files were renamed so I changed the run commands to match the new name changes.
1 parent 46b93c1 commit aef12fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Build examples
2727
run: |
2828
odin build examples/minimal.odin -file
29-
odin build examples/call_odin.odin -file
29+
odin build examples/call_odin_from_js.odin -file
30+
odin build examples/call_js_from_odin.odin -file
3031
3132
# lint:
3233
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)