Skip to content

Commit

Permalink
haxellib
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Jun 28, 2024
1 parent bb504d5 commit ec7aad9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Install libraries through HMM
run: |
haxellib setup C:/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib install hmm --quiet
haxelib run hmm setup
haxelib run hmm install --quiet
haxelib run lime build windows
- name: Build the engine
run: |
haxellib setup C:/haxelib
haxelib setup C:/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib install hmm --quiet
haxelib run hmm setup
Expand Down

0 comments on commit ec7aad9

Please sign in to comment.