install missing deps

This commit is contained in:
Armando Diaz
2025-12-04 17:34:10 -06:00
parent 521d33154f
commit 2490c0ad4a

View File

@@ -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