Skip to content

Commit 6952cad

Browse files
committed
Support git longpaths
1 parent bdcbbbc commit 6952cad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
git config --global credential.helper 'store --file /tmp/git-credentials'
6363
echo 'https://${{ github.token }}@github.com' > /tmp/git-credentials
6464
65+
- name: Support Longpaths
66+
run: git config --system core.longpaths true
67+
6568
- name: Check expanded matrix config
6669
if: github.event.inputs.expanded_matrix == '1'
6770
run: |

0 commit comments

Comments
 (0)