From cfe514f5beee8b8a2cfca83340fd2555847088c1 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Mon, 19 Aug 2024 16:08:30 +0200 Subject: [PATCH] PIPELINE: Try manual pkg-config installation --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be15fd0..49cf623 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,6 +87,7 @@ build_vcpkg: tags: [ docker ] stage: test script: + - apt update && apt install -y pkg-config - cd vcpkg && git fetch origin 5d3798ac7388ca66c169773e46103b14077b76a4 && cd .. - make vcpkg-build-release allow_failure: true -- GitLab