mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-27 07:17:20 +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' }}
|
||||
name: Install dependencies
|
||||
run: |
|
||||
git config --list --show-origin --show-scope
|
||||
cat .git/config
|
||||
git config --global --replace-all $(git config --get-regexp http\.https\:\/\/github\.com\/\.extraheader)
|
||||
haxelib --global run hmm install
|
||||
git config --global --unset-all http\.https\:\/\/github\.com\/\.extraheader
|
||||
|
||||
- if: ${{ matrix.target != 'html5' }}
|
||||
name: Restore hxcpp cache
|
||||
|
|
Loading…
Reference in a new issue