Skip to content

Commit

Permalink
fix cache action (#12371)
Browse files Browse the repository at this point in the history
the workspace config isn't needed now that we have cargo.toml in the base of the repo
  • Loading branch information
alex authored Jan 31, 2025
1 parent fe5f3a9 commit a2ce5b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ runs:
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
with:
key: ${{ steps.normalized-key.outputs.key }}-3
workspaces: "./src/rust/ -> target"

0 comments on commit a2ce5b3

Please sign in to comment.