Skip to content

Commit b0242c4

Browse files
Restore zip
1 parent 2a784f7 commit b0242c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,13 @@ jobs:
791791
key: cairo_proof_programs-cache-${{ hashFiles('cairo_programs/**/*.cairo', 'examples/wasm-demo/src/array_sum.cairo') }}
792792
fail-on-cache-miss: true
793793

794+
- name: Fetch pie
795+
uses: actions/cache/restore@v3
796+
with:
797+
path: cairo_programs/**/*.pie.zip
798+
key: cairo_test_programs-release-trace-cache-${{ github.sha }}
799+
fail-on-cache-miss: true
800+
794801
- name: Run script
795802
run: ./vm/src/tests/compare_outputs_dynamic_layouts.sh
796803

0 commit comments

Comments
 (0)