mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-24 10:59:32 +00:00
shasjakslkas
This commit is contained in:
parent
9a36c14f53
commit
c87a16a0e1
3
.github/workflows/build-game.yml
vendored
3
.github/workflows/build-game.yml
vendored
|
@ -23,8 +23,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Make git happy
|
- name: Make git happy
|
||||||
if: ${{ matrix.target == 'macos' }}
|
|
||||||
run: |
|
run: |
|
||||||
|
git config --global --unset http\.https\:\/\/github\.com\/\.extraheader
|
||||||
|
git config --global --unset safe.directory
|
||||||
git config --global --add safe.directory $GITHUB_WORKSPACE
|
git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||||
|
|
||||||
- name: Get checkout token
|
- name: Get checkout token
|
||||||
|
|
Loading…
Reference in a new issue