Skip to content

Commit

Permalink
Makefile: fix devtools install error (axieinfinity#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyngopt1994 authored and minh-bq committed Aug 29, 2023
1 parent 3b9d694 commit 661f9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ clean:

devtools:
env GOBIN= go install golang.org/x/tools/cmd/stringer@latest
env GOBIN= go install github.com/kevinburke/go-bindata/go-bindata@latest
env GOBIN= go install github.com/kevinburke/go-bindata@latest
env GOBIN= go install github.com/fjl/gencodec@latest
env GOBIN= go install github.com/golang/protobuf/protoc-gen-go@latest
env GOBIN= go install ./cmd/abigen
Expand Down

0 comments on commit 661f9b3

Please sign in to comment.