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:
commit
f07777116d
6
.github/workflows/build-game.yml
vendored
6
.github/workflows/build-game.yml
vendored
|
@ -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: |
|
||||||
|
|
6
hmm.json
6
hmm.json
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue