diff --git a/.circleci/config.yml b/.circleci/config.yml index 40abb58e..00a73881 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: DEBIAN_FRONTEND=noninteractive && '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/'