fix(ci): install musl-dev
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ashhhleyyy 2022-11-02 15:06:59 +00:00
parent 1f5bbae8a9
commit d182565f0a
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -18,6 +18,7 @@ steps:
- name: Build server binary
image: rust:1.64.0-alpine
commands:
- apk add --no-cache musl-dev
- cargo build --release
- name: Deploy site
image: alpine