From 6a2dfc2c5ea1c60715f064c30ad819180d32c245 Mon Sep 17 00:00:00 2001 From: Joseph Walton-Rivers <joseph@fossgalaxy.com> Date: Thu, 28 Apr 2022 12:43:03 +0000 Subject: [PATCH] Update .gitlab-ci.yml - ensure pkgconfig is installed. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d8c4e6..768102f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ build:debian: image: debian:stable stage: build before_script: - - apt update && apt install -y build-essential python3-pip cmake + - apt update && apt install -y build-essential python3-pip cmake pkg-config - apt install -y libgl-dev - pip install conan script: -- GitLab