`hydroxide`: Do not cache Golang dependemcies

This commit is contained in:
Yaksh Bariya 2021-07-06 10:50:54 +05:30
parent 198f9d4a42
commit 05a39f4d5f
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ termux_step_make() {
export GOPATH=$TERMUX_PKG_BUILDDIR
cd $TERMUX_PKG_SRCDIR
termux_go_get
#TODO: Cache Golang dependencies
go build ./cmd/hydroxide
}