i have no idea man

This commit is contained in:
Hazel 2024-04-24 21:58:21 +01:00
parent 77bb8fb5d6
commit b38d0026fd
1 changed files with 2 additions and 0 deletions

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' }}