Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 990bfa8

Browse files
committed
Setup deps
1 parent ea2fbca commit 990bfa8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,12 @@ jobs:
2525
with:
2626
haxe-version: 4.2.0
2727

28+
- name: Setup Haxe dependencies
29+
run: |
30+
haxelib install utest
31+
haxelib install iterators
32+
haxelib install haxe-strings
33+
haxelib install safety
34+
2835
- name: Run tests
2936
run: haxe test.hxml

0 commit comments

Comments
 (0)