Skip to content

Commit 216b8b4

Browse files
committed
DO NOT MERGE
1 parent 6caa224 commit 216b8b4

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)