diff --git a/.github/workflows/pr_test_build.yml b/.github/workflows/pr_test_build.yml index 6e1cf6d71..1c79221a7 100644 --- a/.github/workflows/pr_test_build.yml +++ b/.github/workflows/pr_test_build.yml @@ -96,10 +96,9 @@ 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: | cd /opt/android/cake_wallet git clone https://github.com/ltcmweb/mwebd cd /opt/android/cake_wallet/mwebd