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

This commit is contained in:
Isaac Mills 2024-02-29 13:52:26 -05:00
parent dfafc02864
commit 4c3334ee17
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -2,9 +2,7 @@ steps:
- name: build - name: build
image: rust image: rust
commands: commands:
- echo $SCCACHE_WEBDAV_ENDPOINT
- echo $SCCACHE_WEBDAV_USERNAME
- echo $SCCACHE_WEBDAV_PASSWORD
- apt-get -y update - apt-get -y update
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev sccache - apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev sccache
- sccache --start-server
- cargo test - cargo test