libkeyutils-dev
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
shimunn 2019-09-17 15:35:12 +02:00
parent d3e70ca99c
commit ff80242e9d
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -10,5 +10,5 @@ steps:
- name: test - name: test
image: rust:1.37.0 image: rust:1.37.0
commands: commands:
- apt update && apt install -y libcryptsetup-dev - apt update && apt install -y libcryptsetup-dev libkeyutils-dev
- cargo test - cargo test