Make windows work, install required packages on macOS.

This commit is contained in:
Apprentice-Alchemist
2022-02-28 21:47:30 +01:00
parent 9ced08920a
commit e4793346cc
3 changed files with 13 additions and 2 deletions

View File

@@ -84,6 +84,10 @@ jobs:
- name: Install Haxe dependencies
run: |
pushd project/lib/hashlink
brew update
brew bundle
popd
haxelib install hxcpp --quiet
haxelib install format --quiet
haxelib install hxp --quiet