Skip to content

Commit b7c3768

Browse files
committed
GitHub actions: disable interactive queries during apt-get install
1 parent fbc32bd commit b7c3768

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
apt-get -y install git gcc g++ cmake make libxml2-dev liblz4-dev libzstd-dev
3131
apt-get -y install python3-docutils zlib1g-dev pkg-config
3232
apt-get -y install librdkafka-dev
33+
env:
34+
DEBIAN_FRONTEND: noninteractive
3335
- name: Enable additional repositories (CentOS 8)
3436
if: startsWith(matrix.image, 'centos:8')
3537
run: |

.github/workflows/packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
apt-get -y install git gcc g++ cmake make libxml2-dev liblz4-dev libzstd-dev
3838
apt-get -y install python3-docutils zlib1g-dev pkg-config librdkafka-dev
3939
apt-get -y install debhelper devscripts build-essential fakeroot zip
40+
env:
41+
DEBIAN_FRONTEND: noninteractive
4042

4143
# Build LIBFDS DEB package ---------------------------------------------------------------
4244
- name: Checkout libfds library - master branch

0 commit comments

Comments
 (0)