Skip to content

Commit f69dc04

Browse files
committed
Git allows longpath
1 parent 6fcccb0 commit f69dc04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
os: [ macos-latest, windows-latest, ubuntu-latest ]
2929
runs-on: ${{ matrix.os }}
3030
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
3135
- uses: actions/checkout@v4
3236
- uses: actions/setup-java@v4
3337
with:

0 commit comments

Comments
 (0)