mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-23 02:19:46 +00:00
..........................
This commit is contained in:
parent
7e624af6e6
commit
694bd2f2dd
6
.github/workflows/build-game.yml
vendored
6
.github/workflows/build-game.yml
vendored
|
@ -104,8 +104,14 @@ 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" "git"
|
||||
git config --global "credential.https://github.com.password" "${{ steps.app_token.outputs.token }}"
|
||||
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