From a1b44acfb29414174c56d7e11f5bf275d080f4c5 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Mon, 13 Feb 2023 17:20:00 +0800 Subject: [PATCH] fix(update): sccache Signed-off-by: windowsboy111 --- anda/rust/sccache/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/rust/sccache/update.rhai b/anda/rust/sccache/update.rhai index 4a50e54657..1ed151b2ae 100644 --- a/anda/rust/sccache/update.rhai +++ b/anda/rust/sccache/update.rhai @@ -1 +1 @@ -rpm.version(gh("mozilla/sccache")); +rpm.version(crates("mozilla/sccache"));