From fb6435e30d674275786aa0ccb9e6b548b647be90 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Wed, 12 Oct 2022 17:19:36 +0200 Subject: [PATCH] Other: Add libsecret to container --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cae3359..84bfcf83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ variables: GOMAXPROCS: $(( ${CI_TAG_CPU} / 2 )) before_script: + - apt update && apt-get -y install libsecret-1-dev - git config --global url.https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}.insteadOf https://${CI_SERVER_HOST} stages: