mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-23 21:29:42 -04:00
shasjakslkas
This commit is contained in:
parent
9a36c14f53
commit
c87a16a0e1
1 changed files with 2 additions and 1 deletions
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…
Add table
Reference in a new issue