From: Iker Pedrosa Date: Thu, 20 Mar 2025 09:27:29 +0000 (+0100) Subject: CI: purge man-db X-Git-Tag: 4.18.0-rc1~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab89ca47fd8250abcdb8a4677d1998d9547be939;p=thirdparty%2Fshadow.git CI: purge man-db 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 --- 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