From 2490c0ad4a39cbea34bc9d03744128c37ee75633 Mon Sep 17 00:00:00 2001 From: Armando Diaz Date: Thu, 4 Dec 2025 17:34:10 -0600 Subject: [PATCH] install missing deps --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d79850e..5c2e259 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ test: stage: test image: deps.global.bsf.tools/docker/golang:1.22-alpine before_script: - - apk add --no-cache git + - apk add --no-cache git gcc musl-dev script: - export CGO_ENABLED=1 - go mod download