mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-24 04:29:28 +00:00
Update pr_test_build.yml
This commit is contained in:
parent
8fac4e68a4
commit
a067293b64
1 changed files with 9 additions and 0 deletions
9
.github/workflows/pr_test_build.yml
vendored
9
.github/workflows/pr_test_build.yml
vendored
|
@ -82,6 +82,15 @@ jobs:
|
||||||
./build_all.sh
|
./build_all.sh
|
||||||
./copy_monero_deps.sh
|
./copy_monero_deps.sh
|
||||||
|
|
||||||
|
- name: Empty unused space
|
||||||
|
run: |
|
||||||
|
cd /opt/android/
|
||||||
|
rm -r monero
|
||||||
|
rm -r haven
|
||||||
|
rm -r libsodium
|
||||||
|
rm -r libzmq
|
||||||
|
rm -r unbound-1.16.2
|
||||||
|
|
||||||
- name: Install Flutter dependencies
|
- name: Install Flutter dependencies
|
||||||
run: |
|
run: |
|
||||||
cd /opt/android/cake_wallet
|
cd /opt/android/cake_wallet
|
||||||
|
|
Loading…
Reference in a new issue