proton-bridge: Do not cache Golang dependencies for now

This commit is contained in:
Yaksh Bariya 2021-07-05 22:15:27 +05:30
parent b520cf0259
commit 1ef9ed16d5
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -12,7 +12,7 @@ termux_step_make() {
termux_setup_golang
export GOPATH=$TERMUX_PKG_SRCDIR/go
go mod tidy
termux_go_get -d -v
# TODO: Cache go dependencies `termux_go_deps` after new release of proton-bridge
make build-nogui
}