politburo/.woodpecker.yml
Isaac Mills 4c3334ee17
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix CI
2024-02-29 13:52:26 -05:00

8 lines
256 B
YAML

steps:
- name: build
image: rust
commands:
- apt-get -y update
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev sccache
- sccache --start-server
- cargo test