Skip to content

Commit

Permalink
Fix cache (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon authored Jan 16, 2025
1 parent a6ddeee commit 1d6a099
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ jobs:
- name: Retreive cached dependecies
uses: Swatinem/rust-cache@v2
with:
workspaces: "starknet-replay -> target"
cache-directories: "cairo_native"
workspaces: |
starknet-replay
cairo_native
- name: Build Cairo Native Runtime Library
shell: bash
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/starknet-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
- name: Retreive cached dependecies
uses: Swatinem/rust-cache@v2
with:
workspaces: "starknet-replay -> target"
cache-directories: "cairo_native"
workspaces: |
starknet-replay
cairo_native
- name: Build Cairo Native Runtime Library
shell: bash
Expand Down

0 comments on commit 1d6a099

Please sign in to comment.