This commit is contained in:
cyan
2024-06-28 07:39:48 +00:00
parent 862a2fe674
commit 0da137faf1

View File

@@ -23,6 +23,11 @@ jobs:
./apply_patches.sh monero
- name: monero/aarch64-linux-android
run: ./build_single.sh monero aarch64-linux-android -j$(nproc)
- name: clone xmruw
run: |
git clone https://github.com/mrcyjanek/unnamed_monero_wallet
cd unnamed_monero_wallet
cp -a .fvm* ..
- uses: kuhnroyal/flutter-fvm-config-action@v2
id: fvm-config-action
- uses: subosito/flutter-action@v2