From 35171fe013b1334176b9f46fba38c3e0230694f6 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 29 Feb 2024 14:14:37 -0500 Subject: [PATCH] Fix CI --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c492adb..5a5e10b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,5 +5,5 @@ steps: - apt-get -y update - apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1 sccache - sccache --start-server - - sccache --show-adv-stats + - sccache --show-stats - cargo test