Remove install of uniffi-bindgen in CI workflow (#65)

This commit is contained in:
thunderbiscuit
2022-06-17 14:49:47 -03:00
committed by GitHub
parent d213266c52
commit c4b1985076

View File

@@ -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