diff --git a/.woodpecker.yml b/.woodpecker.yml index 03cbcc5..ad2a515 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 libasound2 sccache + - apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev sccache - cargo test