add git to alpine image setup
This commit is contained in:
parent
6cfdd0f30c
commit
1a60c33365
1 changed files with 1 additions and 1 deletions
|
|
@ -15,8 +15,8 @@ test:
|
||||||
stage: test
|
stage: test
|
||||||
image: rust:alpine3.22
|
image: rust:alpine3.22
|
||||||
script:
|
script:
|
||||||
|
- apk add openssl-dev git
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- apk add openssl-dev
|
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue