From 804ae7ca6f53625938bfc2381ec4987f9a202a28 Mon Sep 17 00:00:00 2001 From: Hazel Date: Wed, 24 Apr 2024 20:29:39 +0100 Subject: [PATCH] i am in spain but the s is silent --- .github/workflows/build-game.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-game.yml b/.github/workflows/build-game.yml index 1a21b008e..c2444c175 100644 --- a/.github/workflows/build-game.yml +++ b/.github/workflows/build-game.yml @@ -102,11 +102,8 @@ jobs: - if: ${{ steps.cache-hmm.outputs.cache-hit != 'true' }} name: Install dependencies run: | - conf_key="http.https://github.com/.extraheader" - conf_val=$(git config --get "$conf_key" | cut -d " " -f 2-) - git config --system "$conf_key" "$conf_val" + haxelib --debug git funkVis https://github.com/FunkinCrew/funkVis backend-rework haxelib --global run hmm install -q - git config --system --unset-all "$conf_key" - if: ${{ matrix.target != 'html5' }} name: Restore hxcpp cache