From b8c9d70ef0909e7a86d81da304b5bfd407052757 Mon Sep 17 00:00:00 2001 From: Rebekah Rowe Date: Mon, 4 Apr 2022 20:14:52 +0000 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4dac676..389acf3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: - checkout - run: name: "Install development packages" - command: "apt update && apt install -y build-essential cmake" + command: "apt update && apt install -y build-essential cmake imagemagick" - run: name: "Make build directory" command: "mkdir build"