From 1e8947b081548aab89936b459652c95c4005afec Mon Sep 17 00:00:00 2001 From: Enzo Cioppettini Date: Wed, 23 Feb 2022 12:20:28 -0300 Subject: [PATCH] CI: install uniffi-bindgen before running test.py --- .github/workflows/ci_integration.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci_integration.yaml b/.github/workflows/ci_integration.yaml index b110bc9d..a577e3cb 100644 --- a/.github/workflows/ci_integration.yaml +++ b/.github/workflows/ci_integration.yaml @@ -272,6 +272,13 @@ jobs: - name: Setup cordova run: sudo npm install -g cordova + - name: Install uniffi + uses: actions-rs/install@v0.1 + with: + crate: uniffi_bindgen + version: 0.16.0 + use-tool-cache: true + - name: build test app run: | python3 bindings/wallet-cordova/scripts/test.py \