From 2f951152ff99f598203ceb432f8aa3942f219340 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Sun, 4 Oct 2020 16:58:58 +0530 Subject: [PATCH] Fix circleci yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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