From ae0071c6d759814a58001a40ab54db8c7235c818 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 25 Jan 2026 22:58:35 -0300 Subject: [PATCH] ci: fix sccache caching --- .forgejo/workflows/botserver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/botserver.yaml b/.forgejo/workflows/botserver.yaml index 43bf7c421..300df4596 100644 --- a/.forgejo/workflows/botserver.yaml +++ b/.forgejo/workflows/botserver.yaml @@ -48,6 +48,7 @@ jobs: path: | ~/.cargo/registry ~/.cargo/git + ~/.cache/sccache workspace/target key: ${{ runner.os }}-cargo-v2-debug-${{ hashFiles('**/Cargo.lock') }} restore-keys: | @@ -70,7 +71,6 @@ jobs: mv sccache-v0.8.2-x86_64-unknown-linux-musl/sccache $HOME/.cargo/bin/sccache chmod +x $HOME/.cargo/bin/sccache echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV - echo "SCCACHE_DIR=/opt/gbo/sccache" >> $GITHUB_ENV $HOME/.cargo/bin/sccache --start-server || true