File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,9 @@ jobs:
277277 run : |
278278 git config --global credential.helper 'store --file /tmp/git-credentials'
279279 echo 'https://${{ github.token }}@github.com' > /tmp/git-credentials
280+ - name : Support Longpaths
281+ if : runner.os == 'Windows'
282+ run : git config --system core.longpaths true
280283 - name : Set env vars (Linux)
281284 if : startsWith(matrix.os, 'ubuntu')
282285 run : echo "VCPKG_TRIPLET=x64-linux" >> $GITHUB_ENV
@@ -471,6 +474,9 @@ jobs:
471474 run : |
472475 git config --global credential.helper 'store --file /tmp/git-credentials'
473476 echo 'https://${{ github.token }}@github.com' > /tmp/git-credentials
477+ - name : Support Longpaths
478+ if : runner.os == 'Windows'
479+ run : git config --system core.longpaths true
474480 - name : Add msbuild to PATH (Windows)
475481 if : startsWith(matrix.os, 'windows')
476482
You can’t perform that action at this time.
0 commit comments