mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-30 22:46:10 +00:00
???
This commit is contained in:
parent
bddfb2c39d
commit
9eb2ae132d
1 changed files with 3 additions and 4 deletions
7
.github/workflows/pr_test_build.yml
vendored
7
.github/workflows/pr_test_build.yml
vendored
|
@ -96,10 +96,9 @@ jobs:
|
||||||
export PATH=$PATH:/usr/local/go/bin
|
export PATH=$PATH:/usr/local/go/bin
|
||||||
export PATH=$PATH:~/go/bin
|
export PATH=$PATH:~/go/bin
|
||||||
go install golang.org/x/mobile/cmd/gomobile@latest
|
go install golang.org/x/mobile/cmd/gomobile@latest
|
||||||
gomobile init
|
gomobile init
|
||||||
|
# - name: Build mwebd
|
||||||
- name: Build mwebd
|
# run: |
|
||||||
run: |
|
|
||||||
cd /opt/android/cake_wallet
|
cd /opt/android/cake_wallet
|
||||||
git clone https://github.com/ltcmweb/mwebd
|
git clone https://github.com/ltcmweb/mwebd
|
||||||
cd /opt/android/cake_wallet/mwebd
|
cd /opt/android/cake_wallet/mwebd
|
||||||
|
|
Loading…
Reference in a new issue