1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-11-26 06:09:02 +00:00
Hazel 2024-04-24 20:02:28 +01:00
parent 53d99df3fb
commit 54605ec430

View file

@ -102,9 +102,11 @@ 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 --global --replace-all $(git config --get-regexp http\.https\:\/\/github\.com\/\.extraheader) conf_key="http\.https\:\/\/github\.com\/\.extraheader"
conf_val=$(git config --get-regexp $conf_key | cut -d " " -f 2-)
git config --global $conf_key "$conf_val"
haxelib --global run hmm install haxelib --global run hmm install
git config --global --unset-all http\.https\:\/\/github\.com\/\.extraheader git config --global --unset-all $conf_key
- if: ${{ matrix.target != 'html5' }} - if: ${{ matrix.target != 'html5' }}
name: Restore hxcpp cache name: Restore hxcpp cache