Update Makefile target for downloading libs
This commit is contained in:
parent
27f3df54bb
commit
aabe55cc51
3 changed files with 9 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ go:
|
|||
install:
|
||||
- make install-dev-deps
|
||||
- dep ensure
|
||||
- make update-mk-libs
|
||||
- make download-mk-libs-macos
|
||||
script:
|
||||
- make test-internal
|
||||
- make build
|
||||
- make build
|
||||
|
|
|
|||
Loading…
Reference in a new issue