proton-bridge
: Do not cache Golang dependencies for now
This commit is contained in:
parent
b520cf0259
commit
1ef9ed16d5
@ -12,7 +12,7 @@ termux_step_make() {
|
|||||||
termux_setup_golang
|
termux_setup_golang
|
||||||
export GOPATH=$TERMUX_PKG_SRCDIR/go
|
export GOPATH=$TERMUX_PKG_SRCDIR/go
|
||||||
go mod tidy
|
go mod tidy
|
||||||
termux_go_get -d -v
|
# TODO: Cache go dependencies `termux_go_deps` after new release of proton-bridge
|
||||||
make build-nogui
|
make build-nogui
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user