Skip to content

Commit 1f099ff

Browse files
committed
Revert "turn creating 8dot3 names off for windows for speed"
This reverts commit 65584f9.
1 parent 65584f9 commit 1f099ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ 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-
10399
- name: disable git crlf conversion
104100
run: git config --global core.autocrlf false
105101

0 commit comments

Comments
 (0)