Skip to content

Commit 50031f6

Browse files
committed
Try to determine disk space usage
1 parent 1fc05ee commit 50031f6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
- release_v*
8+
- linux_disk_space
89
tags:
910
- '*'
1011
pull_request:
@@ -41,6 +42,9 @@ jobs:
4142
- name: Check space1
4243
run: df -h
4344

45+
- name: Du1
46+
run: cd / ; du -sh *
47+
4448
- name: Checkout code
4549
uses: actions/checkout@v3
4650
with:
@@ -88,6 +92,9 @@ jobs:
8892
- name: Check space6
8993
run: df -h
9094

95+
- name: Du
96+
run: cd / ; du -sh *
97+
9198
- name: make install
9299
shell: bash -l {0}
93100
run: conda activate shapeworks && cd build && make install

0 commit comments

Comments
 (0)