Skip to content

Commit ef3ea5c

Browse files
committed
fix(ci): fix cache path in CI workflow
1 parent 24db5f0 commit ef3ea5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
path: |
4949
~/.cargo/registry
5050
~/.cargo/git
51-
target
52-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
51+
bitvault-app/target
52+
key: ${{ runner.os }}-cargo-${{ hashFiles('bitvault-app/Cargo.lock') }}
5353
restore-keys: |
5454
${{ runner.os }}-cargo-
5555

0 commit comments

Comments
 (0)