diff --git a/.circleci/config.yml b/.circleci/config.yml index 7cb23b0..78327b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: command: 'sudo apt-get update && sudo apt-get install -y gcc g++' - run: name: Install CMAKE - command: 'sudo apt-get update && sudo apt-get install -y cmake' + command: 'sudo apt-get update && sudo apt-get install -y cmake ninja-build' - run: command: gcc --version