mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-30 14:36:06 +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:/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
|
|
||||||
# run: |
|
- name: Build mwebd
|
||||||
|
run: |
|
||||||
|
export PATH=$PATH:/usr/local/go/bin
|
||||||
|
export PATH=$PATH:~/go/bin
|
||||||
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