Skip to content

Commit fb78077

Browse files
committed
Disk space
1 parent 50031f6 commit fb78077

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
run: df -h
4444

4545
- name: Du1
46-
run: cd / ; du -sh *
46+
run: cd / ; du -sh * || true
47+
48+
- name: Du2
49+
run: cd /__t ; du -sh * || true
4750

4851
- name: Checkout code
4952
uses: actions/checkout@v3
@@ -93,7 +96,7 @@ jobs:
9396
run: df -h
9497

9598
- name: Du
96-
run: cd / ; du -sh *
99+
run: cd / ; du -sh * || true
97100

98101
- name: make install
99102
shell: bash -l {0}

0 commit comments

Comments
 (0)