Skip to content

Commit fe1ac2d

Browse files
committed
DO NOT MERGE
1 parent 6caa224 commit fe1ac2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ 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+
Get-Volume
105+
diskusage /t:100 C:\
106+
exit 1
101107
- name: Install cargo in AWS CodeBuild
102108
if: matrix.codebuild
103109
run: |

0 commit comments

Comments
 (0)