antibody: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya
2021-07-05 18:23:46 +05:30
parent 529731afc8
commit bef17c470d

View File

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