From 8bf46e13e477dd67cea64545977f09302e0b5436 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 27 Dec 2020 05:51:33 +0100 Subject: [PATCH] Add make to CI image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c121c37cc..10ef21212 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: steps: - checkout - run: apt-get update -y - - run: apt-get install -y mingw-w64 + - run: apt-get install -y mingw-w64 make - run: make - run: make debug