Skip to content

Commit 540c07b

Browse files
committed
ci: fix longpath error on windows
1 parent 215fb24 commit 540c07b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
steps:
8484
- uses: actions/checkout@v4
8585

86+
- name: Support long paths
87+
run: git config --system core.longpaths true
88+
8689
- name: Use Node.js ${{ matrix.node-version }}
8790
uses: actions/setup-node@v4
8891
with:

0 commit comments

Comments
 (0)