diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d836b14..9ce7cb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Clear up some space on runner run: | - apt-get update |\ + apt-get update dpkg-query -Wf '${Installed-Size}\t${Package}\n' |\ sort -rn |\ head -n 20