From ff80242e9d7a4e32eae42b5d6ba5a4c70bf368df Mon Sep 17 00:00:00 2001 From: shimunn Date: Tue, 17 Sep 2019 15:35:12 +0200 Subject: [PATCH] libkeyutils-dev --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d248218..58e001b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,5 @@ steps: - name: test image: rust:1.37.0 commands: - - apt update && apt install -y libcryptsetup-dev + - apt update && apt install -y libcryptsetup-dev libkeyutils-dev - cargo test