From 30ed5598466dba20eb4798063b8629a58223637b Mon Sep 17 00:00:00 2001 From: Denis Costa Date: Mon, 18 Mar 2024 18:10:30 -0300 Subject: [PATCH] Fix syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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