sccache no daemon, no incremental

This commit is contained in:
Cappy Ishihara
2025-11-26 20:03:44 +07:00
parent 359dd1a71c
commit 4300813c06
+3
View File
@@ -33,6 +33,9 @@ on:
env:
RUSTC_WRAPPER: sccache
SCCACHE_GHA_ENABLED: on
SCCACHE_NO_DAEMON: "1"
# Disable incremental compilation so sccache works better
CARGO_INCREMENTAL: "false"
jobs:
build: