From 5b510f44a8537812ac051badd2a6b2afdc1b4820 Mon Sep 17 00:00:00 2001 From: Rebekah Rowe Date: Mon, 4 Apr 2022 20:06:11 +0000 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 382c789..5360a1b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,9 @@ jobs: - image: ubuntu:focal steps: - checkout + - run: + name: "Install development packages" + command: "apt update && apt install build-essential" - run: name: "Make build directory" command: "mkdir build"