Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit da9b1de

Browse files
committed
try no restore key
1 parent 5471384 commit da9b1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
path: ${{ env.CAIRO_PROGRAMS_PATH }}
4848
key: ${{ matrix.program-target }}-cache-${{ hashFiles('cairo_programs/**/*.cairo', 'starknet_programs/**/*.cairo') }}-${{ env.CAIRO_2_VERSION_CACHE }}
49-
restore-keys: ${{ matrix.program-target }}-cache-
49+
5050

5151
# This is not pretty, but we need `make` to see the compiled programs are
5252
# actually newer than the sources, otherwise it will try to rebuild them

0 commit comments

Comments
 (0)