Skip to content

Commit 0f14595

Browse files
authored
Merge branch 'master' into dependabot/pip/certifi-2023.7.22
2 parents 0837faa + 700e4e3 commit 0f14595

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/build-linux.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
- name: Check space1
4242
run: df -h
4343

44+
- name: Free some space
45+
run: cd /__t ; rm -rf CodeQL go
46+
47+
- name: Check space2
48+
run: df -h
49+
4450
- name: Checkout code
4551
uses: actions/checkout@v3
4652
with:
@@ -52,7 +58,7 @@ jobs:
5258
- name: Get tags
5359
run: git fetch --unshallow origin +refs/tags/*:refs/tags/*
5460

55-
- name: Check space2
61+
- name: Check space3
5662
run: df -h
5763

5864
- name: Restore Caches
@@ -88,6 +94,9 @@ jobs:
8894
- name: Check space6
8995
run: df -h
9096

97+
- name: Du
98+
run: cd / ; du -sh * || true
99+
91100
- name: make install
92101
shell: bash -l {0}
93102
run: conda activate shapeworks && cd build && make install

0 commit comments

Comments
 (0)