Skip to content

Commit 3495dfa

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 a4cedec + 362a86e commit 3495dfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
defaults:
6666
run:
6767
shell: ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}
68+
working-directory: ${{ contains(matrix.os, 'windows') && 'D:/a/rust/rust' }}
6869
timeout-minutes: 240
6970
env:
7071
CI_JOB_NAME: ${{ matrix.image }}

0 commit comments

Comments
 (0)