diff --git a/.github/actions/setup-haxe/action.yml b/.github/actions/setup-haxe/action.yml index 54db9bf79..dd0a3a59d 100644 --- a/.github/actions/setup-haxe/action.yml +++ b/.github/actions/setup-haxe/action.yml @@ -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" diff --git a/.github/workflows/build-game.yml b/.github/workflows/build-game.yml index 3bfea20f2..9ac024690 100644 --- a/.github/workflows/build-game.yml +++ b/.github/workflows/build-game.yml @@ -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' }}