mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-29 22:16:05 +00:00
??? pt.2
This commit is contained in:
parent
9eb2ae132d
commit
0aafd3423c
1 changed files with 6 additions and 3 deletions
9
.github/workflows/pr_test_build.yml
vendored
9
.github/workflows/pr_test_build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue