Remove install of uniffi-bindgen in CI workflow (#65)
This commit is contained in:
parent
d213266c52
commit
c4b1985076
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -35,9 +35,6 @@ jobs:
|
||||
- name: Install rust android targets
|
||||
run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi
|
||||
|
||||
- name: Install uniffi-bindgen
|
||||
run: cargo install uniffi_bindgen --version 0.16.0
|
||||
|
||||
- name: Build bdk-android library
|
||||
run: ./gradlew :android:buildAndroidLib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user