mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-27 07:17:20 +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:
|
||||
- name: Make git happy
|
||||
if: ${{ matrix.target == 'macos' }}
|
||||
run: |
|
||||
git config --global --unset http\.https\:\/\/github\.com\/\.extraheader
|
||||
git config --global --unset safe.directory
|
||||
git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||
|
||||
- name: Get checkout token
|
||||
|
|
Loading…
Reference in a new issue