Update android and jvm workflows and plugins for root rust /target

This commit is contained in:
Steve Myers
2022-11-14 19:53:07 -06:00
parent 8857c851f6
commit 063f69222a
7 changed files with 11 additions and 12 deletions

View File

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