Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLikesKirby authored Oct 24, 2024
1 parent 9cc07ca commit b22af41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
# Runs a set of commands using the runners shell
- name: Install Haxelib
run: |
haxelib setup C:/haxelib
haxelib install hxcpp > nul
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib install lime 8.0.0
haxelib install openfl
haxelib install flixel 4.11.0
Expand Down

0 comments on commit b22af41

Please sign in to comment.