fix dependencies again

This commit is contained in:
Maple 2025-10-16 14:52:40 +02:00
commit 20b6ce03cf

View file

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