mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
build lelantus .so in workflow
This commit is contained in:
parent
517b4f84d2
commit
b3ebc9999d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue