mirror of https://github.com/openXC7/prjxray.git
ci/Pipeline: libtinfo5
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
c062ff3684
commit
0b65466dd8
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue