Update android and jvm workflows and plugins for root rust /target
This commit is contained in:
1
.github/workflows/audit.yml
vendored
1
.github/workflows/audit.yml
vendored
@@ -16,5 +16,4 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/audit-check@v1
|
||||
with:
|
||||
args: --manifest-path bdk-ffi/Cargo.toml
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
2
.github/workflows/publish-android.yaml
vendored
2
.github/workflows/publish-android.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
bdk-ffi/target
|
||||
./target
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
|
||||
|
||||
- name: Set up JDK
|
||||
|
||||
4
.github/workflows/publish-jvm.yaml
vendored
4
.github/workflows/publish-jvm.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/test-android.yaml
vendored
2
.github/workflows/test-android.yaml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
bdk-ffi/target
|
||||
./target
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
|
||||
|
||||
- name: Set up JDK
|
||||
|
||||
2
.github/workflows/test-jvm.yaml
vendored
2
.github/workflows/test-jvm.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
bdk-ffi/target
|
||||
./target
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
|
||||
|
||||
- name: Set up JDK
|
||||
|
||||
Reference in New Issue
Block a user