Skip to content

Commit d9ffe42

Browse files
Update ci.yml
returned as is so there is no build: failed tag on the repo, will need to be fixed again after pull request gets merged
1 parent aef12fd commit d9ffe42

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_from_js.odin -file
30-
odin build examples/call_js_from_odin.odin -file
29+
odin build examples/call_odin.odin -file
30+
odin build examples/call_js.odin -file
3131
3232
# lint:
3333
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)