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)