mirror of https://github.com/openXC7/prjxray.git
ci/Pipeline: DEBIAN_FRONTEND=noninteractive
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
1e32216546
commit
68a7ca3e2a
|
|
@ -29,8 +29,8 @@ jobs:
|
|||
|
||||
- name: Install
|
||||
run: |
|
||||
apt update
|
||||
apt install -y \
|
||||
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
|
||||
|
||||
|
|
@ -76,8 +76,8 @@ jobs:
|
|||
|
||||
- name: Install
|
||||
run: |
|
||||
apt update
|
||||
apt install -y \
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue