add gcc to alpine dependencies

This commit is contained in:
Maple 2025-10-16 14:49:54 +02:00
commit 9bbe025498

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