`o-editor`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-09 22:12:29 +05:30
parent bbd83755c1
commit 7a756274d8
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ termux_step_make() {
ln -sf "$TERMUX_PKG_SRCDIR" "$GOPATH"/src/github.com/xyproto/o
cd "$GOPATH"/src/github.com/xyproto/o
termux_go_get -d -v
go build
}