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 12, 2024
1 parent c3db551 commit 5e682e5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build-debug-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

buildHtml:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: windows-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -26,16 +26,18 @@ jobs:
# Runs a set of commands using the runners shell
- name: Install Haxelib
run: |
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null
haxelib setup C:/haxelib
haxelib --never install flixel 4.11.0
haxelib install hxcpp > nul
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 5e682e5

Please sign in to comment.