mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-18 08:45:05 +00:00
use sudo
This commit is contained in:
parent
829efe5127
commit
9bc7dc6841
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_test_build.yml
vendored
2
.github/workflows/pr_test_build.yml
vendored
|
@ -165,7 +165,7 @@ jobs:
|
||||||
|
|
||||||
- name: build mweb
|
- name: build mweb
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y go
|
sudo apt-get install -y go
|
||||||
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