mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-21 17:39:20 +00:00
debug moment
This commit is contained in:
parent
e535a35fb9
commit
9a36c14f53
1
.github/actions/setup-haxe/action.yml
vendored
1
.github/actions/setup-haxe/action.yml
vendored
|
@ -73,6 +73,7 @@ runs:
|
|||
name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
git config --list --show-origin --show-scope
|
||||
haxelib --debug --global run hmm install
|
||||
echo "TIMER_DONE=$(date +%s)" >> "$GITHUB_ENV"
|
||||
|
||||
|
|
1
.github/workflows/build-game.yml
vendored
1
.github/workflows/build-game.yml
vendored
|
@ -103,6 +103,7 @@ jobs:
|
|||
- if: ${{ steps.cache-hmm.outputs.cache-hit != 'true' }}
|
||||
name: Install dependencies
|
||||
run: |
|
||||
git config --list --show-origin --show-scope
|
||||
haxelib --global run hmm install
|
||||
|
||||
- if: ${{ matrix.target != 'html5' }}
|
||||
|
|
Loading…
Reference in a new issue