Skip to content

Commit

Permalink
[BLD] slight speed up by caching built Rust dependencies (chroma-core…
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb authored and Anush008 committed Jun 27, 2024
1 parent 0d9d82d commit c5a6a6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/rust/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ runs:
path: hnswlib
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Cache
uses: Swatinem/rust-cache@v2
with:
workspaces: chroma/rust/worker

0 comments on commit c5a6a6a

Please sign in to comment.