mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 22:04:29 +00:00
no
This commit is contained in:
parent
a5b3d62a4a
commit
c896fed6c7
5
.github/workflows/build-game.yml
vendored
5
.github/workflows/build-game.yml
vendored
|
@ -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' }}
|
||||
|
|
Loading…
Reference in a new issue