From 866daacabc4d6d9203ca16286cbe87db3d7eebcc Mon Sep 17 00:00:00 2001 From: Joseph Walton-Rivers <joseph@fossgalaxy.com> Date: Fri, 22 Apr 2022 08:16:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml file - ensure that openGL is a thing. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1896c9b..5d8c4e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ build:debian: stage: build before_script: - apt update && apt install -y build-essential python3-pip cmake + - apt install -y libgl-dev - pip install conan script: - cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -- GitLab