Skip to content

Commit 90db51a

Browse files
committed
test binary install fix
1 parent 52fb775 commit 90db51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $(SHARNESS): FORCE
3838
lib/install-sharness.sh
3939

4040
bin/gx:
41-
go install github.com/whyrusleeping/gx
41+
go build -o bin/gx github.com/whyrusleeping/gx
4242

4343
bin/ipfs:
4444
mkdir -p bin

0 commit comments

Comments
 (0)