mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
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:
parent
c8c443f419
commit
0fd1bee8ef
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-desktop.yml
vendored
1
.github/workflows/build-desktop.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue