1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-04 22:04:29 +00:00
This commit is contained in:
Hazel 2024-04-24 20:22:16 +01:00
parent a5b3d62a4a
commit c896fed6c7

View file

@ -105,7 +105,10 @@ jobs:
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"
haxelib --global run hmm install
echo "$conf_val"
alias git='git --verbose'
haxelib --debug --global run hmm install
unalias git
git config --global --unset-all "$conf_key"
- if: ${{ matrix.target != 'html5' }}