File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,25 +22,25 @@ jobs:
22
22
uses : actions/cache@v4
23
23
with :
24
24
path : ~/.cargo/registry
25
- key : ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
25
+ key : ${{ runner.os }}-cargo-registry
26
26
restore-keys : |
27
- ${{ runner.os }}-cargo-registry-
27
+ ${{ runner.os }}-cargo-registry
28
28
29
29
- name : Cache Cargo Index
30
30
uses : actions/cache@v4
31
31
with :
32
32
path : ~/.cargo/git
33
- key : ${{ runner.os }}-cargo-index-${{ hashFiles('Cargo.lock') }}
33
+ key : ${{ runner.os }}-cargo-index
34
34
restore-keys : |
35
- ${{ runner.os }}-cargo-index-
35
+ ${{ runner.os }}-cargo-index
36
36
37
37
- name : Cache Nargo Build
38
38
uses : actions/cache@v4
39
39
with :
40
40
path : ~/.nargo
41
- key : ${{ runner.os }}-nargo-${{ hashFiles('Cargo.lock', 'noirup') }}
41
+ key : ${{ runner.os }}-nargo
42
42
restore-keys : |
43
- ${{ runner.os }}-nargo-
43
+ ${{ runner.os }}-nargo
44
44
45
45
- name : Create `.nargo/bin` directory
46
46
shell : bash
You can’t perform that action at this time.
0 commit comments