From f530a28472a1b250c52a60cd11521b3f5debedd5 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 29 Feb 2024 14:23:30 -0500 Subject: [PATCH] Fix CI --- .woodpecker.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5a5e10b..7ea284e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,11 @@ steps: image: rust commands: - apt-get -y update - - apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1 sccache + - apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1 + - wget https://github.com/mozilla/sccache/releases/download/v0.7.7/sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz + - tar xzf sccache-v0.2.15-x86_64-unknown-linux-musl.tar.gz + - mv sccache-v0.2.15-x86_64-unknown-linux-musl/sccache /usr/bin/sccache + - chmod +x /usr/bin/sccache - sccache --start-server - sccache --show-stats - cargo test