fix dependencies again

This commit is contained in:
Maple 2025-10-16 14:58:13 +02:00
commit 1c991a8018

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 musl-dev lld - apk add openssl-dev git musl-dev lld openssl
- git submodule update --init - git submodule update --init
- cargo test - cargo test