CI: Add required musl-dev
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
be1930c584
commit
b2da2495a1
1 changed files with 1 additions and 0 deletions
|
@ -8,4 +8,5 @@ pipeline:
|
||||||
test:
|
test:
|
||||||
image: rustlang/rust:nightly-alpine
|
image: rustlang/rust:nightly-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk add --no-cache musl-dev
|
||||||
- RUST_BACKTRACE=1 cargo test
|
- RUST_BACKTRACE=1 cargo test
|
||||||
|
|
Loading…
Reference in a new issue