|
@@ -344,7 +344,6 @@ jobs:
|
|
|
strategy:
|
|
|
fail-fast: false
|
|
|
matrix:
|
|
|
- # TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/5024
|
|
|
target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, neko]
|
|
|
include:
|
|
|
- target: hl
|
|
@@ -585,8 +584,7 @@ jobs:
|
|
|
strategy:
|
|
|
fail-fast: false
|
|
|
matrix:
|
|
|
- # TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/5024
|
|
|
- target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, flash9, neko]
|
|
|
+ target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, flash9, neko]
|
|
|
steps:
|
|
|
- uses: actions/checkout@main
|
|
|
with:
|
|
@@ -677,8 +675,7 @@ jobs:
|
|
|
fail-fast: false
|
|
|
matrix:
|
|
|
# TODO jvm: https://github.com/HaxeFoundation/haxe/issues/8601
|
|
|
- # TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/5024
|
|
|
- target: [macro, js, hl, cpp, java, cs, php, python, neko]
|
|
|
+ target: [macro, js, hl, cpp, java, cs, php, python, lua, neko]
|
|
|
steps:
|
|
|
- uses: actions/checkout@main
|
|
|
with:
|