Skip to content

Commit

Permalink
CI: also install hxp.
Browse files Browse the repository at this point in the history
  • Loading branch information
player-03 committed Jan 14, 2024
1 parent 7cd2def commit 3cad65a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
- name: Prepare Lime
Expand Down Expand Up @@ -576,6 +577,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -670,6 +672,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install format --quiet
haxelib install hxp --quiet
haxelib install genes --quiet
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
Expand Down

0 comments on commit 3cad65a

Please sign in to comment.