AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

This commit is contained in:
Hazel 2024-04-24 21:39:41 +01:00
parent 2d1118ab04
commit 77bb8fb5d6

View file

@ -105,14 +105,9 @@ jobs:
- if: ${{ steps.cache-hmm.outputs.cache-hit != 'true' }}
name: Install dependencies
run: |
git config --global "credential.helper" "store --file=/tmp/git-credentials"
git config --global "credential.https://github.com.username" "x-access-token"
git config --global "credential.https://github.com.password" "${{ steps.app_token.outputs.token }}"
git config --global url.https://x-access-token:${{ steps.app_token.outputs.token }}@github.com/.insteadOf https://github.com/
haxelib --debug git funkVis https://github.com/FunkinCrew/funkVis backend-rework
haxelib --global run hmm install -q
git config --global --unset "credential.helper"
git config --global --unset "credential.https://github.com.username"
git config --global --unset "credential.https://github.com.password"
- if: ${{ matrix.target != 'html5' }}
name: Restore hxcpp cache