From abb54e3cb6351df7e7b37c29d77e6b24b971b3af Mon Sep 17 00:00:00 2001 From: Denis Costa Date: Mon, 18 Mar 2024 18:16:40 -0300 Subject: [PATCH] Try to fix build --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24ed485..e74ad51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ jobs: steps: - name: Clear up some space on runner run: | + sudo apt-get update + sudo apt-get --fix-missing dpkg-query -Wf '${Installed-Size}\t${Package}\n' |\ sort -rn |\ head -n 20