Skip to content

Commit

Permalink
Disable lua for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RblSb committed May 15, 2020
1 parent a50fb75 commit 4fdc495
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extra/github-actions/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, neko]
# TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/5024
target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, neko]
steps:
- uses: actions/checkout@master
with:
Expand All @@ -98,7 +99,8 @@ jobs:
fail-fast: false
matrix:
# TODO jvm: https://github.com/HaxeFoundation/haxe/issues/8601
target: [macro, js, hl, cpp, java, cs, php, python, lua, neko]
# TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/5024
target: [macro, js, hl, cpp, java, cs, php, python, neko]
steps:
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit 4fdc495

Please sign in to comment.