1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00
This commit is contained in:
Hazel 2024-04-24 20:26:01 +01:00
parent c896fed6c7
commit 354f4cced0

View file

@ -104,12 +104,9 @@ jobs:
run: |
conf_key="http.https://github.com/.extraheader"
conf_val=$(git config --get "$conf_key" | cut -d " " -f 2-)
git config --global "$conf_key" "$conf_val"
echo "$conf_val"
alias git='git --verbose'
haxelib --debug --global run hmm install
unalias git
git config --global --unset-all "$conf_key"
git config --system "$conf_key" "$conf_val"
haxelib --global run hmm install -q
git config --system --unset-all "$conf_key"
- if: ${{ matrix.target != 'html5' }}
name: Restore hxcpp cache