Skip to content

Commit 3561363

Browse files
authored
long path support
1 parent ca97845 commit 3561363

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
- uses: actions/checkout@v2
5757
with:
5858
submodules: true
59+
- name: Support longpaths
60+
run: git config --system core.longpaths true
5961
- name: Cache local Maven repository
6062
uses: actions/cache@v4
6163
with:

0 commit comments

Comments
 (0)