From 4914d6b269d2677e08b7658b9cbf9ede803235fa Mon Sep 17 00:00:00 2001 From: ato Date: Mon, 13 Feb 2023 23:34:51 +0100 Subject: [PATCH] ci: install musl dependency --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 9d55a96..9e6d566 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,5 @@ steps: - name: test image: rust:alpine commands: + - apk add --no-cache musl-dev - cargo test