mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-22 21:06:19 -04:00
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
parent
2d1118ab04
commit
77bb8fb5d6
1 changed files with 1 additions and 6 deletions
7
.github/workflows/build-game.yml
vendored
7
.github/workflows/build-game.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue