Skip to content

Commit 7bc805e

Browse files
Don't fetch cairo stwo exclusive programs
1 parent 037b328 commit 7bc805e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ jobs:
122122
path: ${{ env.CAIRO_PROGRAMS_PATH }}
123123
key: cairo_test_programs-cache-${{ hashFiles('**/*.cairo', 'Makefile', 'requirements.txt') }}
124124
fail-on-cache-miss: true
125-
- name: Fetch cairo stwo exclusive programs
126-
uses: actions/cache/restore@v3
127-
with:
128-
path: ${{ env.CAIRO_PROGRAMS_PATH }}
129-
key: cairo_stwo_exclusive_programs-cache-${{ hashFiles('**/*.cairo', 'Makefile', 'requirements.txt') }}
130-
fail-on-cache-miss: true
131125
- name: Fetch proof programs
132126
uses: actions/cache/restore@v3
133127
with:

0 commit comments

Comments
 (0)