Skip to content

Commit c1d4856

Browse files
authored
[ci] Use git utest for haxe 5 test suite (#1270)
The setup step already installs the git libraries, so this overrides those. For haxe 5, we need to use git utest for int64 support. For haxe 4, continue to use the haxelib release as the tests don't compile with git utest.
1 parent d08e52a commit c1d4856

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ jobs:
227227
haxe: ${{ inputs.haxe }}
228228
- name: install haxe libs
229229
run: haxelib install compile-cpp.hxml --always
230+
# haxe 4 tests don't build with latest utest
231+
if: inputs.haxe != 'latest'
230232
- name: build
231233
run: haxe compile-cpp.hxml -D ${{ env.HXCPP_ARCH_FLAG }} -D no_http
232234
- name: run

0 commit comments

Comments
 (0)