Skip to content

Commit 6f27ff2

Browse files
author
YesDrX
committed
add nimble install c2nim
1 parent c37f8ff commit 6f27ff2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
run: git submodule update --init
4545

4646
- name: Generate bindings
47-
run: nim scripts/generate_bindings.nims
47+
run: |
48+
nimble install c2nim
49+
nim scripts/generate_bindings.nims
4850
4951
- name: Compile examples
5052
run: |

0 commit comments

Comments
 (0)