Fix sccache path in monorepo config

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-25 21:56:23 -03:00
parent 410b6d8dd6
commit f5cc5bf3ce

View file

@ -1,5 +1,5 @@
[build]
rustc-wrapper = "~/.cargo/bin/sccache"
rustc-wrapper = "sccache"
[target.x86_64-unknown-linux-gnu]
linker = "clang"