mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-26 01:28:16 -05:00
Merge pull request #676 from FunkinCrew/haxelib/hxcpp
update hxcpp haxelib
This commit is contained in:
commit
f07777116d
2 changed files with 9 additions and 3 deletions
6
.github/workflows/build-game.yml
vendored
6
.github/workflows/build-game.yml
vendored
|
@ -45,7 +45,11 @@ jobs:
|
|||
uses: ./.github/actions/setup-haxe
|
||||
with:
|
||||
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
|
||||
if: ${{ matrix.target == 'windows' }}
|
||||
run: |
|
||||
|
|
6
hmm.json
6
hmm.json
|
@ -99,8 +99,10 @@
|
|||
},
|
||||
{
|
||||
"name": "hxcpp",
|
||||
"type": "haxelib",
|
||||
"version": "4.3.2"
|
||||
"type": "git",
|
||||
"dir": null,
|
||||
"url": "https://github.com/HaxeFoundation/hxcpp",
|
||||
"ref": "01cfee282a9a783e10c5a7774a3baaf547e6b0a7"
|
||||
},
|
||||
{
|
||||
"name": "hxcpp-debug-server",
|
||||
|
|
Loading…
Reference in a new issue