Skip to content

Commit ddaeaed

Browse files
committed
Disk optimization
1 parent 4f040f2 commit ddaeaed

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
sudo apt-get install -y make binutils build-essential diffutils gcc g++ patch gzip bzip2 perl tar cpio unzip rsync bc findutils cmake
21+
sudo rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
22+
23+
- name: Check Disk
24+
run: |
25+
df -h
2126
2227
- name: Build
2328
run: |

0 commit comments

Comments
 (0)