fix(ci): isolate editable Cargo cache namespace

This commit is contained in:
Yujong Lee 2026-08-31 14:50:07 -07:00 committed by GitHub
parent 849269d52d
commit 9b774d3dcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,6 @@ runs:
~/.cargo/registry
~/.cargo/git
litellm-rust/target
key: ${{ runner.os }}-cargo-dev-${{ hashFiles('litellm-rust/Cargo.lock') }}
key: ${{ runner.os }}-maturin-dev-${{ hashFiles('litellm-rust/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-dev-
${{ runner.os }}-maturin-dev-