k9s: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-06 08:55:24 +05:30
parent 906c841dab
commit 7cfd21460c
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -13,7 +13,7 @@ termux_step_make() {
cp -a "${TERMUX_PKG_SRCDIR}" "${TERMUX_PKG_BUILDDIR}/src/github.com/derailed/k9s"
cd "${TERMUX_PKG_BUILDDIR}/src/github.com/derailed/k9s"
go get -d -v
termux_go_get -d -v
go build
}