File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 68
68
shell : bash
69
69
steps :
70
70
# Duplicated in win-test because this MUST go before a checkout
71
- - name : Enable git long paths and symlinks on Windows and disable fsmonitor daemon
71
+ - name : Enable git symlinks on Windows and disable fsmonitor daemon
72
72
shell : bash
73
73
run : |
74
- git config --global core.longpaths true
75
74
git config --global core.symlinks true
76
75
77
76
# https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock
Original file line number Diff line number Diff line change 46
46
shell : bash
47
47
steps :
48
48
# Duplicated in win-build because this MUST go before a checkout
49
- - name : Enable git long paths and symlinks on Windows and disable fsmonitor daemon
49
+ - name : Enable git symlinks on Windows and disable fsmonitor daemon
50
50
shell : bash
51
51
run : |
52
- git config --global core.longpaths true
53
52
git config --global core.symlinks true
54
53
55
54
# https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock
You can’t perform that action at this time.
0 commit comments