mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-22 18:09:33 +00:00
fuck around & find out
This commit is contained in:
parent
b9b5c0dd9b
commit
53d99df3fb
4
.github/workflows/build-game.yml
vendored
4
.github/workflows/build-game.yml
vendored
|
@ -102,9 +102,9 @@ jobs:
|
||||||
- if: ${{ steps.cache-hmm.outputs.cache-hit != 'true' }}
|
- if: ${{ steps.cache-hmm.outputs.cache-hit != 'true' }}
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --list --show-origin --show-scope
|
git config --global --replace-all $(git config --get-regexp http\.https\:\/\/github\.com\/\.extraheader)
|
||||||
cat .git/config
|
|
||||||
haxelib --global run hmm install
|
haxelib --global run hmm install
|
||||||
|
git config --global --unset-all http\.https\:\/\/github\.com\/\.extraheader
|
||||||
|
|
||||||
- if: ${{ matrix.target != 'html5' }}
|
- if: ${{ matrix.target != 'html5' }}
|
||||||
name: Restore hxcpp cache
|
name: Restore hxcpp cache
|
||||||
|
|
Loading…
Reference in a new issue