ci: install musl dependency

This commit is contained in:
ato 2023-02-13 23:34:51 +01:00
parent 7977e1632a
commit 4914d6b269

View File

@ -6,4 +6,5 @@ steps:
- name: test
image: rust:alpine
commands:
- apk add --no-cache musl-dev
- cargo test