Skip to content

Commit 49d81a6

Browse files
committed
actions: we weren't building run.n before
1 parent 0c66973 commit 49d81a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,11 @@ jobs:
527527
name: Linux64-Hashlink
528528
path: templates/bin/hl/Linux64
529529

530+
- name: Rebuild Lime run.n
531+
working-directory: tools
532+
run: |
533+
haxe run.hxml
534+
530535
- name: Rebuild Lime svg.n
531536
working-directory: tools
532537
run: |

0 commit comments

Comments
 (0)