Skip to content

Commit

Permalink
[ci] Use updated hxcpp to build mac arm64 ndll
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jul 6, 2024
1 parent da9be4a commit d5b3294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp 4.2.1 --quiet
curl -LO https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
haxelib install ./hxcpp-4.3.45.zip --quiet
haxelib install format --quiet
haxelib install hxp --quiet
Expand Down

0 comments on commit d5b3294

Please sign in to comment.