From 0c1a6fb79b4d57cbf4f5ba27488794c27656e6e2 Mon Sep 17 00:00:00 2001 From: Rebekah Rowe Date: Mon, 4 Apr 2022 20:07:46 +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 5360a1b..084da64 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: name: "Install development packages" - command: "apt update && apt install build-essential" + command: "apt update && apt install -y build-essential" - run: name: "Make build directory" command: "mkdir build"