pup: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 17:09:51 +05:30
parent ff987a68c7
commit 13466285ae
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -18,7 +18,7 @@ termux_step_make() {
cd "${GOPATH}/src/github.com/ericchiang/pup" cd "${GOPATH}/src/github.com/ericchiang/pup"
export GO111MODULE=off export GO111MODULE=off
go get -d -v termux_go_get -d -v
go build go build
} }