Skip to content

Commit

Permalink
CI: install libltdl-dev
Browse files Browse the repository at this point in the history
Required to manage an autoconf macro.

Reviewed-by: Alejandro Colomar <[email protected]>
Signed-off-by: Iker Pedrosa <[email protected]>
  • Loading branch information
ikerexxe authored and alejandro-colomar committed Oct 15, 2024
1 parent c8600f1 commit 0d1faaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0d1faaf

Please sign in to comment.