From: Iker Pedrosa Date: Mon, 14 Oct 2024 10:46:05 +0000 (+0200) Subject: CI: install `libltdl-dev` X-Git-Tag: 4.17.0-rc1~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d1faafd3c21b42a322cb8af1c09a25f33bd750d;p=thirdparty%2Fshadow.git CI: install `libltdl-dev` Required to manage an autoconf macro. Reviewed-by: Alejandro Colomar Signed-off-by: Iker Pedrosa --- diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index d2e14abd5..2dd0f8ee8 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -13,5 +13,5 @@ runs: sudo apt-mark hold grub-efi-amd64-bin grub-efi-amd64-signed sudo apt-get update sudo apt-get -y dist-upgrade - sudo apt-get -y install ubuntu-dev-tools automake autopoint xsltproc gettext expect byacc libtool libbsd-dev pkgconf + sudo apt-get -y install ubuntu-dev-tools automake autopoint xsltproc gettext expect byacc libtool libbsd-dev libltdl-dev pkgconf sudo apt-get -y build-dep shadow