From a6a715c9cff6285371e5293f697d56d5a785aca7 Mon Sep 17 00:00:00 2001 From: JJ Roberts-White Date: Thu, 27 Jan 2022 18:25:54 +1100 Subject: [PATCH] GitHub CI ensure dependencies libtool and help2man are installed --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c49f9ed6..022f0134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y build-essential autoconf python3 python3-pip ninja-build qemu-utils nasm + sudo apt-get install -y build-essential autoconf libtool python3 python3-pip ninja-build qemu-utils nasm help2man sudo python3 -m pip install meson xbstrap - name: Initialize and Update submodules @@ -85,7 +85,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y build-essential autoconf python3 python3-pip ninja-build qemu-utils nasm + sudo apt-get install -y build-essential autoconf libtool python3 python3-pip ninja-build qemu-utils nasm help2man sudo python3 -m pip install meson xbstrap - name: Initialize and Update submodules