Skip to content

Commit 2f38caa

Browse files
committed
Try freeing some space
1 parent fb78077 commit 2f38caa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747

4848
- name: Du2
4949
run: cd /__t ; du -sh * || true
50+
51+
- name: Free space
52+
run: cd /__t ; rm -rf CodeQL go
53+
54+
- name: Check space1
55+
run: df -h
5056

5157
- name: Checkout code
5258
uses: actions/checkout@v3

0 commit comments

Comments
 (0)