diff --git a/.woodpecker.yml b/.woodpecker.yml index c091054..b9d0be5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,4 +2,6 @@ steps: - name: build image: rust commands: + - apt-get -y update + - apt-get -y install wayland - cargo test