Skip to content

Commit 86e32ef

Browse files
authored
Merge pull request #2121 from SCIInstitute/linux_disk_space
Free space for debug linux as well
2 parents 7c01f8b + 7d52f75 commit 86e32ef

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-linux-debug.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
- name: Check space1
4141
run: df -h
4242

43+
- name: Free some space
44+
run: cd /__t ; rm -rf CodeQL go
45+
46+
- name: Check space2
47+
run: df -h
48+
4349
- name: Checkout code
4450
uses: actions/checkout@v3
4551
with:

0 commit comments

Comments
 (0)