1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-13 08:55:29 +00:00

oh my god

This commit is contained in:
Hazel 2024-04-24 22:24:19 +01:00
commit bf9732f85e

View file

@ -75,6 +75,7 @@ runs:
name: Install dependencies
shell: bash
run: |
git config --global --unset 'url.https://x-access-token:${{ inputs.gh-token }}@github.com/.insteadOf' || true
git config --global 'url.https://x-access-token:${{ inputs.gh-token }}@github.com/.insteadOf' https://github.com/
haxelib --global run hmm install -q
git config --global --unset 'url.https://x-access-token:${{ inputs.gh-token }}@github.com/.insteadOf'