mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
oops
This commit is contained in:
parent
f866b914b5
commit
7c034c3b81
1
.github/workflows/build-game.yml
vendored
1
.github/workflows/build-game.yml
vendored
|
@ -107,6 +107,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --global url.https://x-access-token:${{ steps.app_token.outputs.token }}@github.com/.insteadOf https://github.com/
|
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
|
haxelib --global run hmm install -q
|
||||||
|
echo "TIMER_DONE=$(date +%s)" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- if: ${{ matrix.target != 'html5' }}
|
- if: ${{ matrix.target != 'html5' }}
|
||||||
name: Restore hxcpp cache
|
name: Restore hxcpp cache
|
||||||
|
|
Loading…
Reference in a new issue