From f5cc5bf3cef1260a07338b3a13aa0606a8507517 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 25 Jan 2026 21:56:23 -0300 Subject: [PATCH] Fix sccache path in monorepo config --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 561e09b..ebc9b60 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [build] -rustc-wrapper = "~/.cargo/bin/sccache" +rustc-wrapper = "sccache" [target.x86_64-unknown-linux-gnu] linker = "clang"