Skip to content

Commit

Permalink
actions: no HTML5 Haxe 3 due to incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 17, 2025
1 parent 72d3c1e commit 3911a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
haxelib run lime build samples/particle_demo neko
- name: Build HTML5 samples
if: matrix.haxe-version != "3.4.7" # temporarily exclude Haxe 3 until Lime update after 8.2.2 is released
if: matrix.haxe-version != '3.4.7' # temporarily exclude Haxe 3 until Lime update after 8.2.2 is released
run: |
haxelib run lime build samples/demo html5
haxelib run lime build samples/particle_demo html5
Expand Down

0 comments on commit 3911a7e

Please sign in to comment.