From 53d99df3fbf25170a1f8292ece98ac4536457b06 Mon Sep 17 00:00:00 2001 From: Hazel <hazel@farfrom.earth> Date: Wed, 24 Apr 2024 19:54:12 +0100 Subject: [PATCH] fuck around & find out --- .github/workflows/build-game.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-game.yml b/.github/workflows/build-game.yml index f87a3b93c..364635d56 100644 --- a/.github/workflows/build-game.yml +++ b/.github/workflows/build-game.yml @@ -102,9 +102,9 @@ jobs: - if: ${{ steps.cache-hmm.outputs.cache-hit != 'true' }} name: Install dependencies run: | - git config --list --show-origin --show-scope - cat .git/config + git config --global --replace-all $(git config --get-regexp http\.https\:\/\/github\.com\/\.extraheader) haxelib --global run hmm install + git config --global --unset-all http\.https\:\/\/github\.com\/\.extraheader - if: ${{ matrix.target != 'html5' }} name: Restore hxcpp cache