mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-23 21:56:46 +00:00
🥺
This commit is contained in:
parent
7c034c3b81
commit
55f5e45430
1
.github/actions/setup-haxe/action.yml
vendored
1
.github/actions/setup-haxe/action.yml
vendored
|
@ -78,6 +78,7 @@ runs:
|
|||
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
|
||||
echo "TIMER_DONE=$(date +%s)" >> "$GITHUB_ENV"
|
||||
|
||||
# by default use a shared hxcpp cache
|
||||
- if: ${{ inputs.hxcpp-cache == 'true' }}
|
||||
|
|
1
.github/workflows/build-game.yml
vendored
1
.github/workflows/build-game.yml
vendored
|
@ -107,7 +107,6 @@ jobs:
|
|||
run: |
|
||||
git config --global url.https://x-access-token:${{ steps.app_token.outputs.token }}@github.com/.insteadOf https://github.com/
|
||||
haxelib --global run hmm install -q
|
||||
echo "TIMER_DONE=$(date +%s)" >> "$GITHUB_ENV"
|
||||
|
||||
- if: ${{ matrix.target != 'html5' }}
|
||||
name: Restore hxcpp cache
|
||||
|
|
Loading…
Reference in a new issue