Skip to content

Commit

Permalink
Update build-debug-web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylveondev authored Sep 17, 2024
1 parent 004d8c1 commit 2d0f150
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-debug-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,22 @@ jobs:

- uses: krdlab/setup-haxe@master
with:
haxe-version: 4.2.5
haxe-version: 4.2.0
# Runs a set of commands using the runners shell
- name: Install Haxelib
run: |
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib --never install flixel 4.11.0
haxelib install hxcpp > /dev/null
haxelib install lime
haxelib install openfl
haxelib --never install flixel
haxelib --never install flixel 4.11.0
haxelib run lime setup flixel
haxelib run lime setup
haxelib install flixel-tools
haxelib install flixel-ui
haxelib install flixel-addons
haxelib install flixel-tools 1.5.1
haxelib install flixel-ui 2.4.0
haxelib remove flixel-addons
haxelib install flixel-addons 2.11.0
haxelib install tjson
haxelib install hxjsonast
haxelib install linc_luajit
Expand Down

0 comments on commit 2d0f150

Please sign in to comment.