diff --git a/.circleci/config.yml b/.circleci/config.yml index e8a97a3e..40abb58e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: command: 'apt-get update && apt-get install -y gcc g++' - run: name: Install CMAKE - command: 'apt-get update && apt-get install -y cmake' + command: DEBIAN_FRONTEND=noninteractive && 'apt-get update && apt-get install -y cmake' - run: name: Creating Build Files command: 'cmake -H. -Bbuild test/'