Skip to content

Commit

Permalink
fetch pies
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Apr 23, 2024
1 parent 00a6f68 commit 14863a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,11 +749,12 @@ jobs:
path: target/release/cairo-vm-cli
fail-on-cache-miss: true

- name: Fetch programs
- name: Fetch PIEs
uses: actions/cache/restore@v3
with:
path: ${{ env.CAIRO_PROGRAMS_PATH }}
key: cairo_programs-cache-${{ hashFiles('cairo_programs/**/*.cairo', 'examples/wasm-demo/src/array_sum.cairo') }}
path: |
cairo_programs/**/*rs.pie.zip
key: ${{ matrix.program-target }}-release-trace-cache-${{ github.sha }}
fail-on-cache-miss: true

- name: Run comparison
Expand Down

0 comments on commit 14863a6

Please sign in to comment.