add git to alpine image setup

This commit is contained in:
Maple 2025-10-16 14:48:46 +02:00
commit 1a60c33365

View file

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