Skip to content

Commit 8215ab5

Browse files
authored
Update ci.yaml
1 parent bcf8fb6 commit 8215ab5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
- os: ubuntu
5454
java-version: 21
5555
steps:
56-
- name: Support longpaths
57-
run: sudo git config --system core.longpaths true
56+
- if: matrix.os == "windows"
57+
name: Support longpaths
58+
run: git config --system core.longpaths true
5859
- uses: actions/checkout@v2
5960
with:
6061
submodules: true

0 commit comments

Comments
 (0)