1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

Merge pull request #676 from FunkinCrew/haxelib/hxcpp

update hxcpp haxelib
This commit is contained in:
Eric 2024-07-25 07:46:54 -04:00 committed by GitHub
commit f07777116d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -45,7 +45,11 @@ jobs:
uses: ./.github/actions/setup-haxe uses: ./.github/actions/setup-haxe
with: with:
gh-token: ${{ steps.app_token.outputs.token }} gh-token: ${{ steps.app_token.outputs.token }}
- name: Setup HXCPP dev commit
run: |
cd .haxelib/hxcpp/git/tools/hxcpp
haxe compile.hxml
cd ../../../../..
- name: Build game - name: Build game
if: ${{ matrix.target == 'windows' }} if: ${{ matrix.target == 'windows' }}
run: | run: |

View file

@ -99,8 +99,10 @@
}, },
{ {
"name": "hxcpp", "name": "hxcpp",
"type": "haxelib", "type": "git",
"version": "4.3.2" "dir": null,
"url": "https://github.com/HaxeFoundation/hxcpp",
"ref": "01cfee282a9a783e10c5a7774a3baaf547e6b0a7"
}, },
{ {
"name": "hxcpp-debug-server", "name": "hxcpp-debug-server",