We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037b328 commit 7bc805eCopy full SHA for 7bc805e
.github/workflows/rust.yml
@@ -122,12 +122,6 @@ jobs:
122
path: ${{ env.CAIRO_PROGRAMS_PATH }}
123
key: cairo_test_programs-cache-${{ hashFiles('**/*.cairo', 'Makefile', 'requirements.txt') }}
124
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
131
- name: Fetch proof programs
132
uses: actions/cache/restore@v3
133
with:
0 commit comments