drone ci: apk add musl-dev

This commit is contained in:
2022-10-12 18:07:50 +03:00
parent bef08e6166
commit 3f4a144431

@@ -5,6 +5,7 @@ steps:
- name: test
image: rust:1-alpine
commands:
- apk add --no-cache musl-dev
- cargo build --verbose --all
- cargo test --verbose --all