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:
277
277
run : |
278
278
git config --global credential.helper 'store --file /tmp/git-credentials'
279
279
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
280
283
- name : Set env vars (Linux)
281
284
if : startsWith(matrix.os, 'ubuntu')
282
285
run : echo "VCPKG_TRIPLET=x64-linux" >> $GITHUB_ENV
@@ -471,6 +474,9 @@ jobs:
471
474
run : |
472
475
git config --global credential.helper 'store --file /tmp/git-credentials'
473
476
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
474
480
- name : Add msbuild to PATH (Windows)
475
481
if : startsWith(matrix.os, 'windows')
476
482
You can’t perform that action at this time.
0 commit comments