1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-21 17:39:20 +00:00

debug moment

This commit is contained in:
Hazel 2024-04-24 19:32:28 +01:00
parent e535a35fb9
commit 9a36c14f53
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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' }}