`aptly`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 18:31:25 +05:30
parent bef17c470d
commit dbf6b15ea8
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ termux_step_make() {
go mod init
go mod vendor
termux_go_get -d -v
make install VERSION=$TERMUX_PKG_VERSION
}