Skip to content

Commit 9e638ab

Browse files
authored
Add docker cleanup to space saving script
1 parent 327ff4b commit 9e638ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ jobs:
209209
rm -rf /usr/share/dotnet
210210
rm -rf /opt/ghc
211211
rm -rf /usr/local/share/boost
212+
docker system prune -a -f
212213
echo "Disk space after cleanup:"
213214
df -h
214215
- name: Setup Packages

0 commit comments

Comments
 (0)