Skip to content

Commit 08712a2

Browse files
chore(gitlab-ci): install cargo-hack from Alpine
1 parent f1cbe20 commit 08712a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ rust:hack:
3030
stage: test
3131
image: rust:1.89-alpine3.20
3232
before_script:
33-
- apk add build-base musl-dev linux-headers cmake perl go
34-
- cargo install --locked [email protected]
33+
- apk add build-base musl-dev linux-headers cmake perl go cargo-hack
3534
script:
3635
- cargo hack check --feature-powerset --no-dev-deps --at-least-one-of aws-lc-rs,ring --at-least-one-of rand,getrandom
3736

0 commit comments

Comments
 (0)