Skip to content

Commit

Permalink
release: install uniffi-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Feb 23, 2022
1 parent 1e8947b commit b909b2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,13 @@ jobs:
working-directory: ./bindings/wallet-cordova/scripts
run: python3 ./build_wasm.py

- name: Install uniffi
uses: actions-rs/[email protected]
with:
crate: uniffi_bindgen
version: 0.16.0
use-tool-cache: true

- name: copy java definitions from jni
run: python3 ./bindings/wallet-cordova/scripts/copy_jni_definitions.py

Expand Down

0 comments on commit b909b2a

Please sign in to comment.