From 4c3334ee17d101bfd9854160e8cdb9432d19380c Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 29 Feb 2024 13:52:26 -0500 Subject: [PATCH] Fix CI --- .woodpecker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 41bd5fa..f8a28ed 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,9 +2,7 @@ steps: - name: build image: rust commands: - - echo $SCCACHE_WEBDAV_ENDPOINT - - echo $SCCACHE_WEBDAV_USERNAME - - echo $SCCACHE_WEBDAV_PASSWORD - 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