From 0b65466dd89dbc9bf4d65d0c8d9bca03cf8731eb Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Wed, 17 Aug 2022 14:01:51 +0200 Subject: [PATCH] ci/Pipeline: libtinfo5 Signed-off-by: Unai Martinez-Corral --- .github/workflows/Pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index 874295c1..d2aff1eb 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -32,7 +32,7 @@ jobs: DEBIAN_FRONTEND=noninteractive apt update -qq DEBIAN_FRONTEND=noninteractive apt install -qq -y \ bash bison build-essential ca-certificates clang-format cmake psmisc \ - colordiff coreutils git flex python3 python3-dev python3-venv xsltproc + colordiff coreutils git flex python3 python3-dev python3-venv xsltproc libtinfo5 - name: Build run: make build --output-sync=target --warn-undefined-variables -j$(nproc) @@ -79,7 +79,7 @@ jobs: DEBIAN_FRONTEND=noninteractive apt update -qq DEBIAN_FRONTEND=noninteractive apt install -qq -y \ bash bison build-essential ca-certificates clang-format cmake psmisc \ - colordiff coreutils git flex python3 python3-dev python3-venv xsltproc + colordiff coreutils git flex python3 python3-dev python3-venv xsltproc libtinfo5 - name: Build run: make build --output-sync=target --warn-undefined-variables -j$(nproc)