`restic`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 19:03:50 +05:30
parent b81aae096b
commit 9980c8bce6
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ termux_step_make() {
rm -f ./restic
)
termux_go_get -d -v
go build -ldflags "-X 'main.version=${TERMUX_PKG_VERSION}'" ./cmd/...
}