mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-29 22:16:05 +00:00
install fixes
This commit is contained in:
parent
a6d604b071
commit
61bffc11ae
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pr_test_build.yml
vendored
3
.github/workflows/pr_test_build.yml
vendored
|
@ -93,7 +93,8 @@ jobs:
|
|||
cd /opt/android/cake_wallet
|
||||
git clone https://github.com/ltcmweb/mwebd
|
||||
cd /opt/android/cake_wallet/mwebd
|
||||
go install github.com/ltcmweb/mwebd/cmd/mwebd@latest
|
||||
go get github.com/ltcmweb/mwebd/cmd/mwebd@latest
|
||||
go install github.com/ltcmweb/mwebd/cmd/mwebd
|
||||
gomobile bind -target=android -androidapi 21 github.com/ltcmweb/mwebd
|
||||
mkdir -p /opt/android/cake_wallet/cw_mweb/android/libs/
|
||||
mv ./mwebd.aar $_
|
||||
|
|
Loading…
Reference in a new issue