Skip to content

Commit 70a804f

Browse files
committed
ci: upd caching keys
1 parent 0e30caa commit 70a804f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/noir.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@ jobs:
2222
uses: actions/cache@v4
2323
with:
2424
path: ~/.cargo/registry
25-
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
25+
key: ${{ runner.os }}-cargo-registry
2626
restore-keys: |
27-
${{ runner.os }}-cargo-registry-
27+
${{ runner.os }}-cargo-registry
2828
2929
- name: Cache Cargo Index
3030
uses: actions/cache@v4
3131
with:
3232
path: ~/.cargo/git
33-
key: ${{ runner.os }}-cargo-index-${{ hashFiles('Cargo.lock') }}
33+
key: ${{ runner.os }}-cargo-index
3434
restore-keys: |
35-
${{ runner.os }}-cargo-index-
35+
${{ runner.os }}-cargo-index
3636
3737
- name: Cache Nargo Build
3838
uses: actions/cache@v4
3939
with:
4040
path: ~/.nargo
41-
key: ${{ runner.os }}-nargo-${{ hashFiles('Cargo.lock', 'noirup') }}
41+
key: ${{ runner.os }}-nargo
4242
restore-keys: |
43-
${{ runner.os }}-nargo-
43+
${{ runner.os }}-nargo
4444
4545
- name: Create `.nargo/bin` directory
4646
shell: bash

0 commit comments

Comments
 (0)