Skip to content

Commit

Permalink
GitHub actions: disable interactive queries during apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas955 committed Mar 31, 2020
1 parent fbc32bd commit b7c3768
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
apt-get -y install git gcc g++ cmake make libxml2-dev liblz4-dev libzstd-dev
apt-get -y install python3-docutils zlib1g-dev pkg-config
apt-get -y install librdkafka-dev
env:
DEBIAN_FRONTEND: noninteractive
- name: Enable additional repositories (CentOS 8)
if: startsWith(matrix.image, 'centos:8')
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
apt-get -y install git gcc g++ cmake make libxml2-dev liblz4-dev libzstd-dev
apt-get -y install python3-docutils zlib1g-dev pkg-config librdkafka-dev
apt-get -y install debhelper devscripts build-essential fakeroot zip
env:
DEBIAN_FRONTEND: noninteractive

# Build LIBFDS DEB package ---------------------------------------------------------------
- name: Checkout libfds library - master branch
Expand Down

0 comments on commit b7c3768

Please sign in to comment.