mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
no
This commit is contained in:
parent
a5b3d62a4a
commit
c896fed6c7
1 changed files with 4 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue