From 8de56a28f6c19885835155b5c1539553f2e54ee3 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Sun, 10 Mar 2024 20:29:58 -0400 Subject: [PATCH] Fix CI --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 530ea76..0158b14 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,6 +4,7 @@ steps: commands: - apt-get -y update - 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.7.7-x86_64-unknown-linux-musl.tar.gz - mv sccache-v0.7.7-x86_64-unknown-linux-musl/sccache /usr/bin/sccache - chmod +x /usr/bin/sccache