From 0d1faafd3c21b42a322cb8af1c09a25f33bd750d Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Mon, 14 Oct 2024 12:46:05 +0200 Subject: [PATCH] CI: install `libltdl-dev` Required to manage an autoconf macro. Reviewed-by: Alejandro Colomar Signed-off-by: Iker Pedrosa --- .github/actions/install-dependencies/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3