Skip to content

Commit 0e5e356

Browse files
authored
Update ci.yaml
1 parent 3561363 commit 0e5e356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
- os: ubuntu
5454
java-version: 21
5555
steps:
56+
- name: Support longpaths
57+
run: git config --system core.longpaths true
5658
- uses: actions/checkout@v2
5759
with:
5860
submodules: true
59-
- name: Support longpaths
60-
run: git config --system core.longpaths true
6161
- name: Cache local Maven repository
6262
uses: actions/cache@v4
6363
with:

0 commit comments

Comments
 (0)