From ab89ca47fd8250abcdb8a4677d1998d9547be939 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Thu, 20 Mar 2025 10:27:29 +0100 Subject: [PATCH] CI: purge man-db MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This accelerates the CI. Closes: https://github.com/shadow-maint/shadow/issues/1240 Link: Reported-by: наб Signed-off-by: Iker Pedrosa Reviewed-by: Alejandro Colomar --- .github/actions/install-dependencies/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index e0fb53fcf..15c0ba352 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -17,6 +17,7 @@ runs: fi export DEBIAN_PRIORITY=critical export DEBIAN_FRONTEND=noninteractive + sudo apt purge -y man-db # let's try to work around upgrade breakage in a pkg we don't care about sudo apt-mark hold grub-efi-amd64-bin grub-efi-amd64-signed sudo apt-get update -- 2.47.2