Skip to content

Commit 747b9fe

Browse files
committed
Auto merge of #133033 - klensy:win.dot, r=<try>
turn creating 8dot3 names off for windows for speed r? `@ghost` try-job: x86_64-msvc
2 parents dae7ac1 + 65584f9 commit 747b9fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
install: >
9797
make
9898
99+
- name: turn off windows 8dot3 names for speed(?)
100+
if: contains(matrix.os, 'windows')
101+
run: fsutil behavior set disable8dot3 1
102+
99103
- name: disable git crlf conversion
100104
run: git config --global core.autocrlf false
101105

0 commit comments

Comments
 (0)