Skip to content

Commit 7d52f75

Browse files
committed
Free space for debug linux as well
1 parent 6bc5c41 commit 7d52f75

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)