From a876f4e06d3bdd3003e37bb938c62677faa004a7 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 29 Feb 2024 13:09:46 -0500 Subject: [PATCH] Fix CI --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 546fd31..e9eb339 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,5 +3,5 @@ steps: image: rust commands: - apt-get -y update - - apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev + - apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev alsa-lib - cargo test