diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e037b3f49..153976fbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -227,6 +227,8 @@ jobs: haxe: ${{ inputs.haxe }} - name: install haxe libs run: haxelib install compile-cpp.hxml --always + # haxe 4 tests don't build with latest utest + if: inputs.haxe != 'latest' - name: build run: haxe compile-cpp.hxml -D ${{ env.HXCPP_ARCH_FLAG }} -D no_http - name: run