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 6fcccb0 commit f69dc04Copy full SHA for f69dc04
.github/workflows/test-branch.yml
@@ -28,6 +28,10 @@ jobs:
28
os: [ macos-latest, windows-latest, ubuntu-latest ]
29
runs-on: ${{ matrix.os }}
30
steps:
31
+ # https://github.com/actions/checkout/issues/242#issuecomment-627501270
32
+ # fix `Filename too long` 👆
33
+ - name: git configure long path
34
+ run: git config --global core.longpaths true
35
- uses: actions/checkout@v4
36
- uses: actions/setup-java@v4
37
with:
0 commit comments