Skip to content

Commit

Permalink
Hxp last
Browse files Browse the repository at this point in the history
(References: #109)
  • Loading branch information
Aszusz committed Feb 5, 2024
1 parent 4cd8db5 commit ba41ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sub-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ jobs:
- name: Install dependencies
if: ${{ !inputs.caching || !steps.cache-bin.outputs.cache-hit }}
working-directory: Build
run: |
haxelib install hxp
run: |
haxe --run InstallDependencies.hx
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion Build/InstallDependencies.hx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ class InstallDependencies {
Sys.command('git clone --recursive --depth 1 --branch develop https://github.com/openfl/lime');
Sys.command('haxelib dev lime lime');
Sys.command('haxelib install format');
// Sys.command('haxelib install hxp');
Sys.command('haxelib git lime-samples https://github.com/openfl/lime-samples');
Sys.command('haxelib git openfl https://github.com/openfl/openfl.git develop');
Sys.command('haxelib run openfl setup');
Sys.command('haxelib git feathersui https://github.com/feathersui/feathersui-openfl.git');
Sys.command('haxelib git champaign https://github.com/Moonshine-IDE/Champaign.git');
Sys.command('haxelib install hxp');
}
}

0 comments on commit ba41ad4

Please sign in to comment.