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 ca97845 commit 3561363Copy full SHA for 3561363
.github/workflows/ci.yaml
@@ -56,6 +56,8 @@ jobs:
56
- uses: actions/checkout@v2
57
with:
58
submodules: true
59
+ - name: Support longpaths
60
+ run: git config --system core.longpaths true
61
- name: Cache local Maven repository
62
uses: actions/cache@v4
63
0 commit comments