Skip to content

Commit 63735c1

Browse files
committed
Fix path
1 parent 2c86751 commit 63735c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cache-vm-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
id: restore-rpc-calls
9090
uses: actions/cache/restore@v4.2.0
9191
with:
92-
path: cache
92+
path: starknet-replay/cache
9393
key: rpc-calls-cache
9494

9595
# Install dependencies
@@ -199,5 +199,5 @@ jobs:
199199
- name: Save RPC calls
200200
uses: actions/cache/save@v4.2.0
201201
with:
202-
path: cache
202+
path: starknet-replay/cache
203203
key: rpc-calls-cache

0 commit comments

Comments
 (0)