diff --git a/.github/actions/rust/action.yaml b/.github/actions/rust/action.yaml index dafc93fd8b6..96153528963 100644 --- a/.github/actions/rust/action.yaml +++ b/.github/actions/rust/action.yaml @@ -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