From 51ecf03eb4219b1dcfad9d2258cec6f87f9f2c2a Mon Sep 17 00:00:00 2001 From: Alister Date: Thu, 26 Aug 2021 19:49:46 +0100 Subject: [PATCH] think we only need one of these think we only need one of these --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f8c3079..6190f4d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build: # instead of calling g++ directly you can also use some build toolkit like make # install the necessary build tools when needed before_script: - - apt update && apt -y install make autoconf cmake libboost-dev libboost-all-dev + - apt update && apt -y install make autoconf cmake libboost-dev script: - mkdir build - cd build