Skip to content

Commit

Permalink
k9s: Cache Golang dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thunder-coding committed Jul 6, 2021
1 parent 906c841 commit 7cfd214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/k9s/build.sh
Expand Up @@ -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
}

Expand Down

0 comments on commit 7cfd214

Please sign in to comment.