CI: Add required musl-dev

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-09-24 13:51:40 +02:00
parent be1930c584
commit b2da2495a1
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -8,4 +8,5 @@ pipeline:
test:
image: rustlang/rust:nightly-alpine
commands:
- apk add --no-cache musl-dev
- RUST_BACKTRACE=1 cargo test