Skip to content

Commit

Permalink
Replicate the fix from open brush pr #799
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Dec 17, 2024
1 parent f0f8e73 commit 2067f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
echo "Initial free space"
df -h /
echo "Removing all pre-loaded docker images"
docker rmi $(docker image ls -aq) # Removes ~3GB
docker image ls -aq | xargs -r docker rmi # Removes ~3GB
df -h /
echo "Listing 100 largest packages"
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn | head -n 100
Expand Down

0 comments on commit 2067f40

Please sign in to comment.