From b3ebc9999d20755d2d8dd431f50bc76bd59eb367 Mon Sep 17 00:00:00 2001 From: Marco Date: Sun, 28 Aug 2022 20:43:12 +0800 Subject: [PATCH] build lelantus .so in workflow --- .github/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9b8123f7f..44d5032c5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,6 +13,10 @@ jobs: uses: subosito/flutter-action@v2 - name: Checkout submodules run: git submodule update --init --recursive + - name: Build Lelantus + run: | + cd crypto_plugins/flutter_liblelantus/scripts/linux/ + ./build_all.sh - name: Get dependencies run: flutter pub get - name: Create temp files