can't install binaries from project directory
1 files changed, 2 insertions(+), 0 deletions(-) M .build.yml
M .build.yml => .build.yml +2 -0
@@ 8,6 8,8 @@ tasks: - setup: | cd gemif make init + cd .. + go install github.com/markbates/pkger/cmd/pkger - test: | cd gemif make test