From 876710606c86313413cd8c57259fdcd7e1c4ff81 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 29 Feb 2024 14:13:44 -0500 Subject: [PATCH] Fix CI --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f8a28ed..c492adb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,6 +3,7 @@ steps: image: rust commands: - apt-get -y update - - apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev sccache + - apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1 sccache - sccache --start-server + - sccache --show-adv-stats - cargo test