diff --git a/.circleci/config.yml b/.circleci/config.yml index 30a43b8..5d215a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,5 +5,5 @@ jobs: - image: ubuntu:latest steps: - checkout - - run: apt-get update && apt-get install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd + - run: DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd - run: make && make install