1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

i am in spain but the s is silent

This commit is contained in:
Hazel 2024-04-24 20:29:39 +01:00
parent 354f4cced0
commit 804ae7ca6f

View file

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