From 135828393cd2a1d807f859ec91a2f77311c3c7ed Mon Sep 17 00:00:00 2001 From: BloxerHD018 Date: Thu, 12 Feb 2026 11:58:37 +0000 Subject: [PATCH] Fix CI Test --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b94dc6..0665f53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ test: stage: test image: rust:alpine3.22 script: + - apk add --no-cache musl-dev openssl-dev openssl-libs-static protobuf-dev lld - cargo test build-and-push-image: