mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-30 14:36:06 +00:00
install later version of go
This commit is contained in:
parent
61bffc11ae
commit
a12580088b
1 changed files with 6 additions and 2 deletions
8
.github/workflows/pr_test_build.yml
vendored
8
.github/workflows/pr_test_build.yml
vendored
|
@ -89,11 +89,15 @@ jobs:
|
|||
|
||||
- name: build mweb
|
||||
run: |
|
||||
sudo apt-get install -y golang-go
|
||||
# install latest go:
|
||||
wget https://go.dev/dl/go1.22.4.linux-amd64.tar.gz
|
||||
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.22.4.linux-amd64.tar.gz
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
# install mwebd:
|
||||
cd /opt/android/cake_wallet
|
||||
git clone https://github.com/ltcmweb/mwebd
|
||||
cd /opt/android/cake_wallet/mwebd
|
||||
go get github.com/ltcmweb/mwebd/cmd/mwebd@latest
|
||||
go get github.com/ltcmweb/mwebd/cmd/mwebd
|
||||
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/
|
||||
|
|
Loading…
Reference in a new issue