We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fc05ee + 6bc5c41 commit 700e4e3Copy full SHA for 700e4e3
1 file changed
.github/workflows/build-linux.yml
@@ -41,6 +41,12 @@ jobs:
41
- name: Check space1
42
run: df -h
43
44
+ - name: Free some space
45
+ run: cd /__t ; rm -rf CodeQL go
46
+
47
+ - name: Check space2
48
+ run: df -h
49
50
- name: Checkout code
51
uses: actions/checkout@v3
52
with:
@@ -52,7 +58,7 @@ jobs:
58
- name: Get tags
53
59
run: git fetch --unshallow origin +refs/tags/*:refs/tags/*
54
60
55
- - name: Check space2
61
+ - name: Check space3
56
62
57
63
64
- name: Restore Caches
@@ -88,6 +94,9 @@ jobs:
88
94
- name: Check space6
89
95
90
96
97
+ - name: Du
98
+ run: cd / ; du -sh * || true
99
91
100
- name: make install
92
101
shell: bash -l {0}
93
102
run: conda activate shapeworks && cd build && make install
0 commit comments