Skip to content

Commit 7e82b1b

Browse files
Auto merge of #144137 - ChrisDenton:diskspace, r=<try>
dnm: dskusg try-job: x86_64-msvc-1
2 parents 6caa224 + 216b8b4 commit 7e82b1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
# Check the `calculate_matrix` job to see how is the matrix defined.
9999
include: ${{ fromJSON(needs.calculate_matrix.outputs.jobs) }}
100100
steps:
101+
- name: Diskspace
102+
run: |
103+
diskusage /t:100 C:\
104+
exit 1
101105
- name: Install cargo in AWS CodeBuild
102106
if: matrix.codebuild
103107
run: |

0 commit comments

Comments
 (0)