diff --git a/.woodpecker.yml b/.woodpecker.yml index b9d0be5..d5b4b92 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,5 +3,5 @@ steps: image: rust commands: - apt-get -y update - - apt-get -y install wayland + - apt-get -y install wayland-protocols wayland-utils - cargo test