mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-28 23:56:52 +00:00
meow
This commit is contained in:
parent
c896fed6c7
commit
354f4cced0
9
.github/workflows/build-game.yml
vendored
9
.github/workflows/build-game.yml
vendored
|
@ -104,12 +104,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
conf_key="http.https://github.com/.extraheader"
|
conf_key="http.https://github.com/.extraheader"
|
||||||
conf_val=$(git config --get "$conf_key" | cut -d " " -f 2-)
|
conf_val=$(git config --get "$conf_key" | cut -d " " -f 2-)
|
||||||
git config --global "$conf_key" "$conf_val"
|
git config --system "$conf_key" "$conf_val"
|
||||||
echo "$conf_val"
|
haxelib --global run hmm install -q
|
||||||
alias git='git --verbose'
|
git config --system --unset-all "$conf_key"
|
||||||
haxelib --debug --global run hmm install
|
|
||||||
unalias git
|
|
||||||
git config --global --unset-all "$conf_key"
|
|
||||||
|
|
||||||
- if: ${{ matrix.target != 'html5' }}
|
- if: ${{ matrix.target != 'html5' }}
|
||||||
name: Restore hxcpp cache
|
name: Restore hxcpp cache
|
||||||
|
|
Loading…
Reference in a new issue