Skip to content

Commit

Permalink
Restore zip
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 1, 2024
1 parent 2a784f7 commit 121cdc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,9 @@ jobs:
- name: Fetch programs
uses: actions/cache/restore@v3
with:
path: ${{ env.CAIRO_PROGRAMS_PATH }}
path: |
${{ env.CAIRO_PROGRAMS_PATH }}
cairo_programs/**/*.pie.zip
key: cairo_proof_programs-cache-${{ hashFiles('cairo_programs/**/*.cairo', 'examples/wasm-demo/src/array_sum.cairo') }}
fail-on-cache-miss: true

Expand Down

0 comments on commit 121cdc4

Please sign in to comment.