aptly: Use go mod tidy
%ci:no-build
This commit is contained in:
parent
d11d6846e7
commit
f2468fee59
@ -17,6 +17,7 @@ termux_step_make() {
|
|||||||
cd "$GOPATH"/src/github.com/aptly-dev/aptly
|
cd "$GOPATH"/src/github.com/aptly-dev/aptly
|
||||||
|
|
||||||
go mod init
|
go mod init
|
||||||
|
go mod tidy
|
||||||
go mod vendor
|
go mod vendor
|
||||||
make install VERSION=$TERMUX_PKG_VERSION
|
make install VERSION=$TERMUX_PKG_VERSION
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user