1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-21 17:39:20 +00:00

i have no idea man

This commit is contained in:
Hazel 2024-04-24 21:58:21 +01:00
parent 77bb8fb5d6
commit b38d0026fd

View file

@ -75,7 +75,9 @@ runs:
name: Install dependencies
shell: bash
run: |
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
# by default use a shared hxcpp cache
- if: ${{ inputs.hxcpp-cache == 'true' }}