Fix CI caching for bdk-ffi/target

This commit is contained in:
Steve Myers 2022-04-05 10:54:18 -07:00
parent 43865b0ad0
commit 65b9a3f9b6
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -20,7 +20,7 @@ jobs:
path: | path: |
~/.cargo/registry ~/.cargo/registry
~/.cargo/git ~/.cargo/git
target bdk-ffi/target
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }} key: ${{ runner.os }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
- name: Set up JDK - name: Set up JDK