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