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:
parent
77bb8fb5d6
commit
b38d0026fd
2
.github/actions/setup-haxe/action.yml
vendored
2
.github/actions/setup-haxe/action.yml
vendored
|
@ -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' }}
|
||||
|
|
Loading…
Reference in a new issue