Skip to content

Commit 8e6e747

Browse files
Update ci.yml
Updated file names to match with current main
1 parent 93de53a commit 8e6e747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Build examples
2727
run: |
2828
odin build examples/minimal.odin -file
29-
odin build examples/call_odin.odin -file
30-
odin build examples/call_js.odin -file
29+
odin build examples/call_odin_from_js.odin -file
30+
odin build examples/call_js_from_odin.odin -file
3131
3232
# lint:
3333
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)