This commit is contained in:
Matthew Fosse 2024-06-28 12:00:56 -07:00
parent 9eb2ae132d
commit 0aafd3423c

View file

@ -96,9 +96,12 @@ jobs:
export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:~/go/bin
go install golang.org/x/mobile/cmd/gomobile@latest
gomobile init
# - name: Build mwebd
# run: |
gomobile init
- name: Build mwebd
run: |
export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:~/go/bin
cd /opt/android/cake_wallet
git clone https://github.com/ltcmweb/mwebd
cd /opt/android/cake_wallet/mwebd