Skip to content

Commit 65584f9

Browse files
committed
turn creating 8dot3 names off for windows for speed
1 parent a00df61 commit 65584f9

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)