replace dependencies with those used inside the docker container

This commit is contained in:
Maple 2025-10-16 15:02:59 +02:00
commit 9a4b186ea2

View file

@ -15,7 +15,7 @@ test:
stage: test
image: rust:alpine3.22
script:
- apk add openssl-dev git musl-dev lld openssl
- apk add openssl-dev musl-dev openssl-libs-static lld git
- git submodule update --init
- cargo test