CI: rollback to old setup-haxe action

krdlab/setup-haxe seems to have trouble with Haxe 3.4.7 on Windows. May retry again in the future if it gets fixed.
This commit is contained in:
Josh Tynjala
2020-07-16 12:46:00 -07:00
parent af5d165599
commit e3830cca32

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- uses: krdlab/setup-haxe@v1
- uses: haxeui/haxeui-core/.github/actions/haxe@master
with:
haxe-version: ${{ matrix.haxe-version }}
- uses: actions/setup-java@v1