Fix CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2024-02-29 12:24:34 -05:00
parent b339d31a24
commit 4683d248d4
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -2,4 +2,6 @@ steps:
- name: build - name: build
image: rust image: rust
commands: commands:
- apt-get -y update
- apt-get -y install wayland
- cargo test - cargo test