This commit is contained in:
Hazel 2024-04-24 20:22:16 +01:00
parent a5b3d62a4a
commit c896fed6c7
1 changed files with 4 additions and 1 deletions

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' }}