Skip to content

Commit 3fda0fc

Browse files
committed
chore: git support longpaths on v2 windows tests workflow
1 parent dc7720e commit 3fda0fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/v2-tests-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
matrix:
1818
node: ['12', '14']
1919
steps:
20+
- name: Support longpaths
21+
run: git config --system core.longpaths true
2022
- uses: actions/checkout@v2
2123
- name: Use Node.js ${{ matrix.node }}
2224
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)