1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-06-05 15:12:15 +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 name: Install dependencies
shell: bash shell: bash
run: | run: |
git config --list --show-origin --show-scope
haxelib --debug --global run hmm install haxelib --debug --global run hmm install
echo "TIMER_DONE=$(date +%s)" >> "$GITHUB_ENV" echo "TIMER_DONE=$(date +%s)" >> "$GITHUB_ENV"

View file

@ -103,6 +103,7 @@ jobs:
- if: ${{ steps.cache-hmm.outputs.cache-hit != 'true' }} - if: ${{ steps.cache-hmm.outputs.cache-hit != 'true' }}
name: Install dependencies name: Install dependencies
run: | run: |
git config --list --show-origin --show-scope
haxelib --global run hmm install haxelib --global run hmm install
- if: ${{ matrix.target != 'html5' }} - if: ${{ matrix.target != 'html5' }}