From c969dd5b9cd846a196bd17f5f14eb09f48f2e2d0 Mon Sep 17 00:00:00 2001 From: justine Date: Wed, 11 Jan 2023 18:23:35 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0b11b61..797590e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,5 +13,5 @@ steps: - name: Tests image: rust:1.66.0-alpine3.17 commands: - - apk add bash + - apk add build-base make bash - cargo test -- --nocapture