install fixes

This commit is contained in:
Matthew Fosse 2024-06-28 10:13:32 -07:00
parent a6d604b071
commit 61bffc11ae

View file

@ -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 $_