From 367eb60238930022081e18632352ad39c5cd3f50 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Fri, 9 Jul 2021 01:30:40 -0500 Subject: [PATCH] chore: update CI config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cc1982e..f4d0f62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,6 @@ steps: image: rust:latest commands: - apt-get update - - apt-get install -y libudev-dev + - apt-get install -y libudev-dev libasound2-dev - cargo build --all - cargo test --all \ No newline at end of file