Skip to content

Commit a2ce5b3

Browse files
authored
fix cache action (#12371)
the workspace config isn't needed now that we have cargo.toml in the base of the repo
1 parent fe5f3a9 commit a2ce5b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/cache/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ runs:
2020
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
2121
with:
2222
key: ${{ steps.normalized-key.outputs.key }}-3
23-
workspaces: "./src/rust/ -> target"

0 commit comments

Comments
 (0)