From ee2c4d6e5d5f162287a2c35048094595ce5fa374 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Wed, 27 Jan 2021 23:14:51 -0600 Subject: [PATCH] chore: replace libalsaplayer-dev with libasound2-dev in drone CI --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 40a1dca..683c0a7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,6 @@ steps: image: rust:1.49 commands: - apt-get update - - apt-get install -y libalsaplayer-dev + - apt-get install -y libasound2-dev - cargo build --verbose --all - cargo test --verbose --all \ No newline at end of file