CI: switch to krdlab/setup-haxe github action

The other action wasn't 'published', but part of a repo on the master branch, so this is safer
This commit is contained in:
Josh Tynjala
2020-07-10 12:27:42 -07:00
parent 164558726a
commit 2546e2e548

View File

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