From 801805224bb179fb9e9fbb159fb962da13632dc0 Mon Sep 17 00:00:00 2001 From: shimunn Date: Mon, 16 Sep 2019 13:49:37 +0200 Subject: [PATCH] deps --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 7f48f04..6682b06 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,4 +5,5 @@ steps: - name: test image: rust:1.37.0 commands: + - apt update && apt install -y libcryptsetup-dev - cargo test