mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix(ci): isolate editable Cargo cache namespace
This commit is contained in:
parent
849269d52d
commit
9b774d3dcf
1 changed files with 2 additions and 2 deletions
4
.github/actions/cache-cargo-build/action.yml
vendored
4
.github/actions/cache-cargo-build/action.yml
vendored
|
|
@ -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-
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue