From 0b3ca62c4c68c4ff5e7c286acea5a5edc3363993 Mon Sep 17 00:00:00 2001 From: James H Date: Mon, 3 Jan 2022 14:56:41 +0000 Subject: [PATCH] #20 add build-essential --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78b4b9f..949a7a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ build-job: # This job runs in the build stage, which runs first. - linux before_script: - apt update - - apt install -y cmake libgtkmm-3.0-dev + - apt install -y build-essential cmake libgtkmm-3.0-dev script: - echo "Configuring" - cmake -B build .