fix: use separate Rust cache key for Linux 1.94.1 build

The shared rust-cache contained rust-lld from Rust 1.96 builds,
which was picked up even when using Rust 1.94.1. Add prefix-key
to force a clean cache for the 1.94.1 toolchain.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hanjin Bae 2026-06-09 15:38:36 +09:00
parent c8c443f419
commit 0fd1bee8ef

View file

@ -494,6 +494,7 @@ jobs:
- uses: swatinem/rust-cache@v2
with:
workspaces: apps/desktop/src-tauri -> target
prefix-key: rust-1941
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4