Skip to content

Commit 0c400de

Browse files
committed
fix(ci): rust cache - use workspaces param
Signed-off-by: 0x009922 <[email protected]>
1 parent 2a42d3d commit 0c400de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions-rust-lang/setup-rust-toolchain@v1
2424
with:
2525
cache-on-failure: "true"
26-
cache-directories: ".iroha crypto-wasm"
26+
workspaces: ".iroha -> target\ncrypto-wasm -> target"
2727

2828
- name: Build Iroha & WASMs
2929
run: |

0 commit comments

Comments
 (0)