Skip to content

Commit 70587ac

Browse files
committed
Try enabling longpaths for Windows
1 parent a702446 commit 70587ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444

4545
steps:
46+
- run: git config --system core.longpaths true
47+
if: matrix.os == 'windows-latest'
48+
4649
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
4750
with:
4851
submodules: true

0 commit comments

Comments
 (0)