Skip to content

Commit 0b73a25

Browse files
Auto merge of #144137 - ChrisDenton:diskspace, r=<try>
dnm: dskusg try-job: x86_64-msvc-1
2 parents 6caa224 + 5f46966 commit 0b73a25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ 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+
shell: pwsh
103+
run: |
104+
diskusage /t:100 C:\
105+
exit 1
101106
- name: Install cargo in AWS CodeBuild
102107
if: matrix.codebuild
103108
run: |

0 commit comments

Comments
 (0)