We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3561363 commit 0e5e356Copy full SHA for 0e5e356
.github/workflows/ci.yaml
@@ -53,11 +53,11 @@ jobs:
53
- os: ubuntu
54
java-version: 21
55
steps:
56
+ - name: Support longpaths
57
+ run: git config --system core.longpaths true
58
- uses: actions/checkout@v2
59
with:
60
submodules: true
- - name: Support longpaths
- run: git config --system core.longpaths true
61
- name: Cache local Maven repository
62
uses: actions/cache@v4
63
0 commit comments