Skip to content

Commit 6bc3bd5

Browse files
committed
[DO NOT MERGE] what if we try ReFS?
I remember this failing mysteriously on stage 2. Let's see if that's still happening.
1 parent a74d40c commit 6bc3bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
workspace-copy: true
129129
# NOTE: rustc build was failing on stage2 mysteriously when #131880
130130
# tried to use ReFS. Trying NTFS here instead.
131-
drive-format: NTFS
131+
drive-format: ReFS
132132

133133
- if: contains(matrix.os, 'windows')
134134
name: Delete non-dev drive checkout, to make sure we aren't using it still

0 commit comments

Comments
 (0)